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

[SCM] Debian package checker branch, master, updated. 2.5.10-105-g916c299



The following commit has been merged in the master branch:
commit 916c29990e788c697ccd6de37733b81fcc5eba77
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 5 12:44:14 2012 +0200

    Remove unused require/use of Lintian::Command::Simple
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/strings b/collection/strings
index bb1357a..efaa918 100755
--- a/collection/strings
+++ b/collection/strings
@@ -28,7 +28,6 @@ use FileHandle;
 use lib "$ENV{'LINTIAN_ROOT'}/lib";
 use Lintian::Collect;
 use Lintian::Command qw(spawn reap);
-use Lintian::Command::Simple;
 use Lintian::Util qw(delete_dir fail);
 
 ($#ARGV == 2) or fail('syntax: strings <pkg> <type> <dir>');
diff --git a/frontend/lintian b/frontend/lintian
index cd8a4cf..0d2585e 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -625,7 +625,6 @@ require Lintian::DepMap::Properties;
 require Lintian::Data;
 require Lintian::Output;
 import Lintian::Output qw(:messages);
-require Lintian::Command::Simple;
 require Lintian::Command;
 import Lintian::Command qw(spawn reap);
 require Lintian::Internal::FrontendUtil;

-- 
Debian package checker


Reply to: