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

lintian: r368 - in trunk: debian frontend



Author: djpig
Date: 2004-11-14 00:03:37 +0100 (Sun, 14 Nov 2004)
New Revision: 368

Modified:
   trunk/debian/changelog
   trunk/frontend/lintian-info
Log:
Overrides start with O:, not with 0:, d'oh! (Closes: #258815)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-11-13 22:41:24 UTC (rev 367)
+++ trunk/debian/changelog	2004-11-13 23:03:37 UTC (rev 368)
@@ -11,6 +11,10 @@
       of wrong-path-for-gnuplot (Closes: #276945)
       Thanks to Lionel Elie Mamane for reporting.
   
+  * frontend/lintian-info:
+    + [FL] Overrides start with O:, not with 0:, d'oh!
+      (Closes: #258815)
+  
   * lib/Tags.pm:
     + [FL] Add missing "use Util;", noted by Robert Luberda
       (Closes: #278513)

Modified: trunk/frontend/lintian-info
===================================================================
--- trunk/frontend/lintian-info	2004-11-13 22:41:24 UTC (rev 367)
+++ trunk/frontend/lintian-info	2004-11-13 23:03:37 UTC (rev 368)
@@ -46,7 +46,7 @@
 
     my $tag;
     my ($type, $pkg, @pieces) = split(/:\s+/);
-    if ($type =~ m/^[0EWIX]$/) {
+    if ($type =~ m/^[OEWIX]$/) {
 	$tag = shift @pieces;
 	($tag) = split(/\s+/, $tag, 2);
 



Reply to: