Преглед изворни кода

dpkg-scanpackages: Fix spurious overrides output

Split each package name and indent to the right.
Guillem Jover пре 17 година
родитељ
комит
f2d0f89f80
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      scripts/dpkg-scanpackages.pl

+ 2 - 2
scripts/dpkg-scanpackages.pl

@@ -288,8 +288,8 @@ if (@samemaint) {
 }
 }
 if (@spuriousover) {
 if (@spuriousover) {
     print(STDERR
     print(STDERR
-          _g(" -- Packages in override file but not in archive: --")."\n",
-          @spuriousover,
+          _g(" -- Packages in override file but not in archive: --"). "\n  ",
+          join(' ', @spuriousover),
           "\n") || die $!;
           "\n") || die $!;
 }
 }