|
@@ -288,7 +288,7 @@ if ($options{'opmode'} =~ /^(-b|--print-format)$/) {
|
|
|
|
|
|
|
|
$fields->{'Binary'} = join(', ', @binarypackages);
|
|
$fields->{'Binary'} = join(', ', @binarypackages);
|
|
|
# Avoid overly long line (>~1000 chars) by splitting over multiple lines
|
|
# Avoid overly long line (>~1000 chars) by splitting over multiple lines
|
|
|
- $fields->{'Binary'} =~ s/(.{980,}?), ?/$1,\n/g;
|
|
|
|
|
|
|
+ $fields->{'Binary'} =~ s/(.{0,980}), ?/$1,\n/g;
|
|
|
|
|
|
|
|
# Generate list of formats to try
|
|
# Generate list of formats to try
|
|
|
my @try_formats = (@cmdline_formats);
|
|
my @try_formats = (@cmdline_formats);
|