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

[SCM] Debian package checker branch, master, updated. 2.3.0-30-g6698109



The following commit has been merged in the master branch:
commit 6698109574cb2a661e807629084a6993fd687452
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Dec 30 21:17:58 2009 +0000

    Remove an unused variable declaration.

diff --git a/debian/changelog b/debian/changelog
index 0cd336b..4d65a54 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ lintian (2.3.1) UNRELEASED; urgency=low
   * frontend/lintian:
     + [RG] Deprecate and replace unpack levels with the use of
       collection scripts.
+    + [ADB] Remove an unused variable declaration.
 
   * lib/Spelling.pm:
     + [ADB] Add corrections for "nam" (name) and "nams" (names).
diff --git a/frontend/lintian b/frontend/lintian
index 4cae456..d2d9a12 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -88,7 +88,6 @@ my $exit_code = 0;
 my $LAB;
 
 my %collection_info;
-my %already_scheduled;
 my %checks;
 my %check_abbrev;
 my %unpack_infos;

-- 
Debian package checker


Reply to: