The following commit has been merged in the master branch:
commit 2b7518708003cffbb83efb865a39eb2a205a71c3
Author: Adam D. Barratt <[email protected]>
Date:   Sun Jul 26 10:26:17 2009 +0100

    lintian-info: Parse P: tags in the passed-in Lintian output.
    
    * frontend/lintian-info:
      + [ADB] Correctly parse Lintian output for pedantic tags.  Thanks, James
        Vega.

diff --git a/debian/changelog b/debian/changelog
index 86d0b24..d822281 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 lintian (2.2.14) unstable; urgency=low
 
+  [ Frank Lichtenheld ]
   * Summary of tag changes:
     + Added:
       - patch-system-but-no-source-readme
@@ -48,6 +49,10 @@ lintian (2.2.14) unstable; urgency=low
   * data/files/fonts:
     + [ADB] Refresh against unstable.
 
+  * frontend/lintian-info:
+    + [ADB] Correctly parse Lintian output for pedantic tags.  Thanks, James
+      Vega.
+
   * lib/Spelling.pm:
     + [RA] Add spelling correction for precedence.
 
diff --git a/frontend/lintian-info b/frontend/lintian-info
index c4e0595..d8ef6c8 100755
--- a/frontend/lintian-info
+++ b/frontend/lintian-info
@@ -86,7 +86,7 @@ while (<>) {
        $type = shift @pieces;
        $pkg = shift @pieces;
     }
-    if ($annotate or (defined $type and $type =~ m/^[OEWIX]$/)) {
+    if ($annotate or (defined $type and $type =~ m/^[OEWIXP]$/)) {
        my $tag = shift @pieces;
        next if not defined $tag;
        ($tag) = split(/\s+/, $tag, 2);

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to