[SCM] Debian package checker branch, master, updated. 2.5.1-155-g254b3c9
The following commit has been merged in the master branch:
commit 254b3c970422a87b3c95f9b21e698834a2e791ec
Author: Niels Thykier <niels@thykier.net>
Date: Wed Jul 27 22:16:02 2011 +0200
Removed unused variable from html_reports
diff --git a/reporting/html_reports b/reporting/html_reports
index 1503364..a653d86 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -30,10 +30,6 @@ use Text::Template ();
# ------------------------------
# Global variables and configuration
-# Maximum number of identical tags per package to display. Any remaining tags
-# will be compressed into a "... reported %d more times" line.
-our $MAX_TAGS = 8;
-
# These have no default and must be set in the configuration file.
# FIXME: $statistics_file should be in all caps as well.
our ($LINTIAN_ROOT, $LINTIAN_LAB, $LINTIAN_ARCHIVEDIR, $LINTIAN_DIST,
--
Debian package checker
Reply to: