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

lintian: r915 - in trunk: debian frontend



Author: rra
Date: 2007-06-19 09:00:15 +0200 (Tue, 19 Jun 2007)
New Revision: 915

Modified:
   trunk/debian/changelog
   trunk/frontend/lintian
Log:
* frontend/lintian:
  + [RA] Don't require -v in order to report unused overrides; they're
    already info-level tags, which is enough hiding.
  + [RA] Remove old dead unused override code.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-19 05:33:25 UTC (rev 914)
+++ trunk/debian/changelog	2007-06-19 07:00:15 UTC (rev 915)
@@ -35,6 +35,11 @@
   * checks/shared_libs:
     + [RA] Report the correct file for shlib-with-nonpic-code.
 
+  * frontend/lintian:
+    + [RA] Don't require -v in order to report unused overrides; they're
+      already info-level tags, which is enough hiding.
+    + [RA] Remove old dead unused override code.
+
   * reporting/html_reports:
     + [RA] Fix a Perl warning when generating the clean maintainer pages.
 
@@ -43,7 +48,7 @@
       output will be stable regardless of the hash order of the directory
       when the tar file was built.
 
- -- Russ Allbery <rra@debian.org>  Mon, 18 Jun 2007 22:33:12 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 18 Jun 2007 23:59:58 -0700
 
 lintian (1.23.31) unstable; urgency=low
 

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2007-06-19 05:33:25 UTC (rev 914)
+++ trunk/frontend/lintian	2007-06-19 07:00:15 UTC (rev 915)
@@ -1335,7 +1335,7 @@
 	}
 
 	# report unused overrides
-	if (not $no_override and $verbose) {
+	if (not $no_override) {
 	    my $overrides = Tags::get_overrides( $file );
 
 	    for my $o (sort keys %$overrides) {
@@ -1402,15 +1402,6 @@
 }
 # }}}
 
-# {{{ report unused overrides (disabled)
-#if ($check_everything and not $no_override and $verbose) {
-#    for my $o (sort keys %overridden) {
-#	next if $overridden{$o};
-#	print "I: general: unused-override $o\n";
-#    }
-#}
-# }}}
-
 exit $exit_code;
 
 # {{{ Some subroutines



Reply to: