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

lintian: r538 - in trunk: checks debian testset



Author: djpig
Date: 2006-01-16 09:15:07 +0100 (Mon, 16 Jan 2006)
New Revision: 538

Removed:
   trunk/testset/tags.manpages.sed
Modified:
   trunk/checks/manpages
   trunk/debian/changelog
   trunk/testset/tags.manpages
Log:
Fix stupid mistake in regex to strip of filenames from roff
output (which was hidden by another stupid mistake in the test
suite). Patch by Nicolas Fran?\195?\167ois (Closes: #347999)


Modified: trunk/checks/manpages
===================================================================
--- trunk/checks/manpages	2006-01-05 08:22:38 UTC (rev 537)
+++ trunk/checks/manpages	2006-01-16 08:15:07 UTC (rev 538)
@@ -251,7 +251,7 @@
 	    # ignore 8bit character errors on localized man pages
 	    next if /warning: can\'t find numbered character/ && $lang ne "";
 	    chomp;
-	    s/^[^:]://o;
+	    s/^[^:]+://o;
 	    tag "manpage-has-errors-from-man", "$file", "$_";
 	    last;
 	}

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-05 08:22:38 UTC (rev 537)
+++ trunk/debian/changelog	2006-01-16 08:15:07 UTC (rev 538)
@@ -26,6 +26,10 @@
       script matches [\w.-]+. That accounts for all today known init
       scripts and eliminates false positives like shell variables in the
       name (Closes: #343865)
+  * checks/manpages:
+    + [FL] Fix stupid mistake in regex to strip of filenames from roff
+      output (which was hidden by another stupid mistake in the test
+      suite). Patch by Nicolas François (Closes: #347999)
 
  -- Frank Lichtenheld <djpig@debian.org>  Wed,  4 Jan 2006 16:02:50 +0100
 

Modified: trunk/testset/tags.manpages
===================================================================
--- trunk/testset/tags.manpages	2006-01-05 08:22:38 UTC (rev 537)
+++ trunk/testset/tags.manpages	2006-01-16 08:15:07 UTC (rev 538)
@@ -31,7 +31,7 @@
 W: manpages: manpage-has-bad-whatis-entry usr/share/man/man1/usr-bin-binary.1
 W: manpages: manpage-has-bad-whatis-entry usr/share/man/man1/usr-sbin-binary.1.gz
 W: manpages: manpage-has-bad-whatis-entry usr/share/man/man6/usr-games-binary.6.gz
-W: manpages: manpage-has-errors-from-man usr/share/man/man1/test-latin1-chars.1p.gz temp_file:9: warning: can't find numbered character 228
+W: manpages: manpage-has-errors-from-man usr/share/man/man1/test-latin1-chars.1p.gz 9: warning: can't find numbered character 228
 W: manpages: packages-installs-file-to-usr-x11r6 usr/X11R6/
 W: manpages: packages-installs-file-to-usr-x11r6 usr/X11R6/bin/
 W: manpages: packages-installs-file-to-usr-x11r6 usr/X11R6/bin/rstartd

Deleted: trunk/testset/tags.manpages.sed
===================================================================
--- trunk/testset/tags.manpages.sed	2006-01-05 08:22:38 UTC (rev 537)
+++ trunk/testset/tags.manpages.sed	2006-01-16 08:15:07 UTC (rev 538)
@@ -1 +0,0 @@
-s/\/tmp\/[[:alnum:]]*/temp_file/



Reply to: