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

[SCM] Debian package checker branch, master, updated. 2.2.14-60-g58dc4f0



The following commit has been merged in the master branch:
commit 0ab82ff40274d75a957e23474002ca42acbf0f05
Author: Russ Allbery <rra@debian.org>
Date:   Sun Sep 13 22:42:45 2009 -0700

    Adjust the exclusion of undefined .IX in man pages for new groff
    
    * checks/manpages:
      + [RA] Adjust the exclusion of pod2man's .IX macro for the new
        output format from groff.

diff --git a/checks/manpages b/checks/manpages
index 2a0d3f0..51b637c 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -264,7 +264,7 @@ foreach my $file (sort keys %{$info->index}) {
 	    next if /:(\d+): warning \[.*\]: (can\'t break|cannot adjust) line/
 		and $manfile[$1 - 1] =~ m,(?:https?|ftp)://.+,i;
 	    # ignore common undefined macros from pod2man << Perl 5.10
-	    next if /warning: \`(Tr|IX)\' not defined/;
+	    next if /warning: (?:macro )?\`(Tr|IX)\' not defined/;
 	    chomp;
 	    s/^[^:]+://o;
 	    tag "manpage-has-errors-from-man", "$file", "$_";
diff --git a/debian/changelog b/debian/changelog
index 3d8bb14..e9d83c8 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -76,6 +76,8 @@ lintian (2.2.15) UNRELEASED; urgency=low
       (Closes: #543641)
     + [RA] Document the MANWIDTH variable when running man by hand to
       check for man page errors.  (Closes: #542584)
+    + [RA] Adjust the exclusion of pod2man's .IX macro for the new
+      output format from groff.
   * checks/menu-format{,.desc}:
     + [RA] Add a pointer to desktop-file-validate in many of the tag
       descriptions for desktop tags.  (Closes: #539403)

-- 
Debian package checker


Reply to: