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

[SCM] Debian package checker branch, master, updated. 1.24.3-43-gde5c453



The following commit has been merged in the master branch:
commit de5c453d2c526fe0b303bf035360b90a965e6703
Author: Russ Allbery <rra@debian.org>
Date:   Sat Aug 16 19:00:52 2008 -0700

    Ignore more errors from long URL lines in man pages
    
    * checks/manpages:
      + [RA] Also ignore "cannot adjust line" errors from man for lines that
        contain URLs.  Thanks, Stéphane Glondu.  (Closes: #491578)

diff --git a/checks/manpages b/checks/manpages
index e81108d..4cd9d7c 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -278,7 +278,7 @@ foreach my $file (sort keys %{$info->index}) {
 		next if /warning \[.*\]: can\'t break line/;
 	    }
 	    # ignore wrapping failures if they contain URLs
-	    next if /:(\d+): warning \[.*\]: can\'t break line/
+	    next if /:(\d+): warning \[.*\]: (can\'t break|cannot adjust) line/
 		and $manfile[$1 - 1] =~ m,(?:http|ftp)://.+,i;
 	    # ignore charset issues with old versions of man for all man pages
 	    # since we can't know, with old versions, whether that was just a
diff --git a/debian/changelog b/debian/changelog
index 3366856..1c8847c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ lintian (1.24.4) UNRELEASED; urgency=low
       packages which contain Javascript libraries and should be depended upon
       rather than embedded in other packages.  Patch from Chris Lamb.
       (Closes: #495155)
+  * checks/manpages:
+    + [RA] Also ignore "cannot adjust line" errors from man for lines that
+      contain URLs.  Thanks, Stéphane Glondu.  (Closes: #491578)
   * checks/scripts:
     + [ADB] Split the "read without variable or with invalid options" bashism
       test in two, thus enabling the checks to be more accurate and avoiding

-- 
Debian package checker


Reply to: