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

lintian: r248 - trunk/frontend



Author: jeroen
Date: 2004-05-02 19:50:12 +0200 (Sun, 02 May 2004)
New Revision: 248

Modified:
   trunk/frontend/lintian
Log:
showing/hiding of info tags should work again. Related with the lib/Tags.pm
change of r246, which I committed accidentally under a wrong commit message


Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2004-05-02 17:49:29 UTC (rev 247)
+++ trunk/frontend/lintian	2004-05-02 17:50:12 UTC (rev 248)
@@ -861,6 +861,8 @@
 require Tags;
 import Tags;
 
+$Tags::show_info = $display_infotags;
+
 # load information about checker scripts
 opendir(CHECKDIR, "$LINTIAN_ROOT/checks")
     or fail("cannot read directory $LINTIAN_ROOT/checks");



Reply to: