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

lintian: r1192 - in trunk: checks debian



Author: rra
Date: 2008-02-08 21:40:54 +0100 (Fri, 08 Feb 2008)
New Revision: 1192

Modified:
   trunk/checks/manpages
   trunk/debian/changelog
Log:
* checks/manpages:
  + [RA] Ignore another undefined macro generated by pod2man (will be
    fixed with the Pod::Man in Perl 5.10).

Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2008-02-08 18:46:11 UTC (rev 1191)
+++ trunk/checks/manpages	2008-02-08 20:40:54 UTC (rev 1192)
@@ -298,8 +298,8 @@
 		next if /warning \[.*\]: cannot adjust line/;
 		next if /warning \[.*\]: can\'t break line/;
 	    }
-	    # ignore a common undefined macro from pod2man
-	    next if /warning: \`IX\' not defined/;
+	    # ignore common undefined macros from pod2man << Perl 5.10
+	    next if /warning: \`(Tr|IX)\' not defined/;
 	    chomp;
 	    s/^[^:]+://o;
 	    tag "manpage-has-errors-from-man", "$file", "$_";

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-08 18:46:11 UTC (rev 1191)
+++ trunk/debian/changelog	2008-02-08 20:40:54 UTC (rev 1192)
@@ -6,8 +6,11 @@
   * checks/fields:
     + [RA] Fix coding error that didn't allow python-all-dev to satisfy a
       Python build dependency.  Thanks, Joerg Jaspert.  (Closes: #464709)
+  * checks/manpages:
+    + [RA] Ignore another undefined macro generated by pod2man (will be
+      fixed with the Pod::Man in Perl 5.10).
 
- -- Russ Allbery <rra@debian.org>  Fri, 08 Feb 2008 10:27:18 -0800
+ -- Russ Allbery <rra@debian.org>  Fri, 08 Feb 2008 12:40:39 -0800
 
 lintian (1.23.44) unstable; urgency=low
 


Reply to: