The following commit has been merged in the master branch:
commit 632b04df988274187bf61e6ecf5d258cdb308c7f
Author: Niels Thykier <[email protected]>
Date:   Wed Jul 13 23:32:22 2011 +0200

    Removed unused constant and fixed a perlcritic warning

diff --git a/frontend/lintian b/frontend/lintian
index f29cf8d..47dc6f4 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -52,9 +52,6 @@ use Getopt::Long;
 
 our $LINTIAN_ROOT;
 
-# List of "no strict ref" magic variables
-use constant VARS => qw(LAB ARCHIVEDIR DIST AREA ARCH PROFILE);
-
 my @MUST_EXPORT = (qw(
     LINTIAN_ARCH
     LINTIAN_ARCHIVEDIR
@@ -1043,7 +1040,7 @@ if($action eq 'remove'){
            }
            $TAGS->file_start($pkg_path, $pkg_name, $pkg_ver,
                              $proc->pkg_arch(), $pkg_type);
-           debug_msg(1, "Removing package in lab ...");
+           debug_msg(1, 'Removing package in lab ...');
            unless($lpkg->delete_lab_entry()){
                warning("cannot remove entry for $pkg_name: $!");
                $exit_code = 2;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to