The following commit has been merged in the master branch:
commit bedb947092e63a91f899f02cca141677cf528541
Author: Guillem Jover <guil...@debian.org>
Date:   Sun May 20 15:26:18 2012 +0200

    scripts: Handle argument parsing consistently when using Getopt::Long

diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl
index 6d7f63c..0e30075 100755
--- a/scripts/changelog/debian.pl
+++ b/scripts/changelog/debian.pl
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use Getopt::Long qw(:config gnu_getopt auto_help);
+use Getopt::Long qw(:config posix_default bundling no_ignorecase);
 use POSIX;
 
 use Dpkg;
diff --git a/scripts/dpkg-mergechangelogs.pl b/scripts/dpkg-mergechangelogs.pl
index 152aeb0..eaf306f 100755
--- a/scripts/dpkg-mergechangelogs.pl
+++ b/scripts/dpkg-mergechangelogs.pl
@@ -24,7 +24,7 @@ use Dpkg::ErrorHandling;
 use Dpkg::Gettext;
 use Dpkg::Version;
 
-use Getopt::Long;
+use Getopt::Long qw(:config posix_default bundling no_ignorecase);
 use Scalar::Util qw(blessed);
 
 textdomain("dpkg-dev");

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