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

[SCM] Debian package checker branch, master, updated. 2.5.10-64-ge5ce41a



The following commit has been merged in the master branch:
commit e5ce41a8d33a1fb737440ea61069d67d0c8b05ff
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jul 21 19:54:41 2012 +0200

    checks/*: Add missing "use Lintian::Data"
    
    Also remove the "use Lintian::Data" in c/nmu as that particular one is
    unused.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/binaries b/checks/binaries
index 114e5c4..b70c0f8 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -24,6 +24,7 @@ use strict;
 use warnings;
 
 use Lintian::Check qw(check_spelling);
+use Lintian::Data;
 use Lintian::Relation qw(:constants);
 use Lintian::Tags qw(tag);
 use Lintian::Output qw(debug_msg);
diff --git a/checks/changes-file b/checks/changes-file
index d4249c5..d082e5d 100644
--- a/checks/changes-file
+++ b/checks/changes-file
@@ -24,6 +24,7 @@ use warnings;
 
 use Lintian::Tags qw(tag);
 use Lintian::Check qw(check_maintainer);
+use Lintian::Data;
 use Lintian::Util qw(get_file_checksum);
 
 my $KNOWN_DISTS = Lintian::Data->new ('changes-file/known-dists');
diff --git a/checks/init.d b/checks/init.d
index 1eebadf..1ec732c 100644
--- a/checks/init.d
+++ b/checks/init.d
@@ -23,6 +23,7 @@ use strict;
 use warnings;
 
 use Lintian::Check qw($PKGNAME_REGEX);
+use Lintian::Data;
 use Lintian::Tags qw(tag);
 use Lintian::Util qw(fail);
 
diff --git a/checks/menu-format b/checks/menu-format
index e142fcb..f92f23c 100644
--- a/checks/menu-format
+++ b/checks/menu-format
@@ -36,6 +36,7 @@ package Lintian::menu_format;
 use strict;
 use warnings;
 
+use Lintian::Data;
 use Lintian::Tags qw(tag);
 use Lintian::Util qw(fail);
 
diff --git a/checks/nmu b/checks/nmu
index e2ddadb..85ebb83 100644
--- a/checks/nmu
+++ b/checks/nmu
@@ -22,7 +22,6 @@ package Lintian::nmu;
 use strict;
 use warnings;
 
-use Lintian::Data;
 use Lintian::Tags qw(tag);
 
 sub run {

-- 
Debian package checker


Reply to: