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

lintian: r191 - in branches/1.23.0: debian frontend



Author: jeroen
Date: 2004-04-18 21:26:46 +0200 (Sun, 18 Apr 2004)
New Revision: 191

Modified:
   branches/1.23.0/debian/changelog
   branches/1.23.0/frontend/lintian-info
Log:
frontend/lintian-info:
+ [JvW] Fixed that lintian -I also displays info for I: tags


Modified: branches/1.23.0/debian/changelog
===================================================================
--- branches/1.23.0/debian/changelog	2004-04-18 14:37:00 UTC (rev 190)
+++ branches/1.23.0/debian/changelog	2004-04-18 19:26:46 UTC (rev 191)
@@ -142,6 +142,8 @@
     + [HE] Added a --dont-check-parts|-X option to allow users to specify
       which tests should not be run. Also added infos about this to the
       manpage. (Closes: #206674)
+  * frontend/lintian-info:
+    + [JvW] Fixed that lintian -I also displays info for I: tags
   
   * lib/Dep.pm:
     + [FL] Fixed some semantic errors (since noone ever observed the
@@ -157,7 +159,7 @@
       based on patch by Robert Lemmen <robertle@semistable.com>, thanks!
       (Closes: #198617)
 
- -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sun, 18 Apr 2004 11:37:08 +0200
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sun, 18 Apr 2004 21:26:09 +0200
 
 lintian (1.22.12) unstable; urgency=low
 

Modified: branches/1.23.0/frontend/lintian-info
===================================================================
--- branches/1.23.0/frontend/lintian-info	2004-04-18 14:37:00 UTC (rev 190)
+++ branches/1.23.0/frontend/lintian-info	2004-04-18 19:26:46 UTC (rev 191)
@@ -46,7 +46,7 @@
 
     my $tag;
     my ($type, $pkg, @pieces) = split(/:\s+/);
-    if ($type =~ m/^[0EWX]$/) {
+    if ($type =~ m/^[0EWIX]$/) {
 	$tag = shift @pieces;
 	($tag) = split(/\s+/, $tag, 2);
 



Reply to: