[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: lintian: Fix regression in parameter handling



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit c3048a44a96c44929ce741f7b7db75ef9806b6c7
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Feb 13 21:51:41 2014 +0100

    lintian: Fix regression in parameter handling
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog | 4 ++++
 frontend/lintian | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 911b709..4b25908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,10 @@ lintian (2.5.22) UNRELEASED; urgency=medium
     + [NT] Use the new @builddeps@ from autopkgtest/2.5.5
       instead of duplicating the values.
 
+  * frontend/lintian:
+    + [NT] Fix a regression in argument handling after the first
+      non-option.  This problem was introduced in 2.5.18.
+
   * lib/Lintian/Util.pm:
     + [NT] Extend the "Continuation line outside a paragraph" parse
       error on Deb822 files with a possible suggestion for fixing
diff --git a/frontend/lintian b/frontend/lintian
index 5222396..f7fc105 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -616,7 +616,8 @@ Getopt::Long::GetOptions(
 ) or error("error parsing options\n");
 
 # init commandline parser
-Getopt::Long::config('bundling', 'no_getopt_compat', 'no_auto_abbrev');
+Getopt::Long::config('bundling', 'no_getopt_compat', 'no_auto_abbrev',
+    'permute');
 
 # process commandline options
 Getopt::Long::GetOptions(%opthash)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: