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

[SCM] Debian package checker branch, master, updated. 2.5.4-88-ge2d6d04



The following commit has been merged in the master branch:
commit e2d6d04faab4c954464716642800624ad4e4f891
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 18 13:44:00 2012 +0100

    lintian-info: Fixed the --profile argument
    
    It now accepts the mandatory parameter it is supposed to.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index ab47be1..59c9091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -128,6 +128,8 @@ lintian (2.5.5) UNRELEASED; urgency=low
   * frontend/lintian-info:
     + [NT] Support new lintian.log format.
     + [NT] Support new override file format with -a.
+    + [NT] Fixed the --profile argument, which now accepts the
+      mandatory parameter it is supposed to.
 
   * lib/Lintian/Architecture.pm:
     + [NT] New file.
diff --git a/frontend/lintian-info b/frontend/lintian-info
index aba6bc4..6a8b24a 100755
--- a/frontend/lintian-info
+++ b/frontend/lintian-info
@@ -54,7 +54,7 @@ GetOptions(
     'annotate|a' => \$annotate,
     'tags|t' => \$tags,
     'help|h' => \$help,
-    'profile' => \$prof,
+    'profile=s' => \$prof,
 ) or die("error parsing options\n");
 
 # help

-- 
Debian package checker


Reply to: