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

[SCM] Debian package checker branch, master, updated. 2.5.10-100-g8b31f2d



The following commit has been merged in the master branch:
commit 8b31f2ded6c2073fd9fdd6f6727e29af8d074aa8
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jul 27 10:37:26 2012 +0200

    c/manpages: Recognise file:// as an URL in manpages
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/manpages b/checks/manpages
index c4320cc..4421857 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -281,7 +281,7 @@ foreach my $file ($info->sorted_index) {
             # ignore wrapping failures if they contain URLs (.UE is an
             # extension for marking the end of a URL).
             next if /:(\d+): warning \[.*\]: (?:can\'t break|cannot adjust) line/
-                and (   $manfile[$1 - 1] =~ m,(?:https?|ftp)://.+,i
+                and (   $manfile[$1 - 1] =~ m,(?:https?|ftp|file)://.+,i
                      or $manfile[$1 - 1] =~ m,^\s*\.\s*UE\b,);
             # ignore common undefined macros from pod2man << Perl 5.10
             next if /warning: (?:macro )?\`(?:Tr|IX)\' not defined/;
diff --git a/debian/changelog b/debian/changelog
index 0da3a41..c89ef34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,9 @@ lintian (2.5.11) UNRELEASED; urgency=low
       the groff pipeline.
     + [CW,NT] Use the L::Util gzip decompressor to open gzipped
       manpages.
+    + [NT] Ignore wrapping issues on lines containing "file://" as
+      those are probably also URLs.  Thanks to Faheem Mitha for the
+      report.  (Closes: #682701)
   * checks/menu-format:
     + [NT] Move a table of categories to a data file.
   * checks/md5sums:

-- 
Debian package checker


Reply to: