The following commit has been merged in the master branch:
commit 4fdbd69d7b8ca2fff39798a6e6fc5fa3e229c66b
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Aug 15 00:01:53 2011 +0200

    dpkg-parsechangelog: Remove duplicate program name from usage error output

diff --git a/scripts/dpkg-parsechangelog.pl b/scripts/dpkg-parsechangelog.pl
index 34bf3fb..2ab7608 100755
--- a/scripts/dpkg-parsechangelog.pl
+++ b/scripts/dpkg-parsechangelog.pl
@@ -114,7 +114,7 @@ while (@ARGV) {
     }
 }
 
-@ARGV && usageerr(_g("%s takes no non-option arguments"), $progname);
+@ARGV && usageerr(_g("takes no non-option arguments"));
 
 my $count = 0;
 my @fields = changelog_parse(%options);

-- 
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