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

[SCM] Debian package checker branch, master, updated. 2.3.4-33-g4d7501e



The following commit has been merged in the master branch:
commit f69a309a3d0ea0efdffbdb961f4d4a3b60c49177
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Tue Mar 23 19:51:07 2010 +0000

    Add support for changes tags in lintian-info --annotate

diff --git a/frontend/lintian-info b/frontend/lintian-info
index bf7284b..8c69b00 100755
--- a/frontend/lintian-info
+++ b/frontend/lintian-info
@@ -97,7 +97,8 @@ while (<>) {
     my @pieces = split(/:\s+/);
     if ($annotate) {
         $type = shift @pieces if ($pieces[0] =~ /^\w$/);
-        $pkg = shift @pieces if ($pieces[0] =~ /^\S+( (binary|udeb))?$/);
+        $pkg = shift @pieces if
+            ($pieces[0] =~ /^\S+( (binary|changes|udeb))?$/);
     } else {
 	$type = shift @pieces;
 	$pkg = shift @pieces;

-- 
Debian package checker


Reply to: