The following commit has been merged in the master branch:
commit f2d0f89f806829b39629e01016a774f25ef93a01
Author: Guillem Jover <guil...@debian.org>
Date:   Sun Jun 14 21:43:28 2009 +0200

    dpkg-scanpackages: Fix spurious overrides output
    
    Split each package name and indent to the right.

diff --git a/scripts/dpkg-scanpackages.pl b/scripts/dpkg-scanpackages.pl
index dadf5bd..1f626c2 100755
--- a/scripts/dpkg-scanpackages.pl
+++ b/scripts/dpkg-scanpackages.pl
@@ -288,8 +288,8 @@ if (@samemaint) {
 }
 if (@spuriousover) {
     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 $!;
 }
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to