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

[SCM] Debian package checker branch, master, updated. 2.5.13-21-gabce44a



The following commit has been merged in the master branch:
commit abce44a39fac5410004af9b801f202f5c660b720
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Jun 13 11:38:45 2013 +0200

    c/cruft: Remove unused "use"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/cruft b/checks/cruft
index e7cc92b..997bb88 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -29,6 +29,9 @@ use autodie;
 use v5.10;
 use feature qw(switch);
 
+use Cwd;
+use File::Find;
+
 # Half of the size used in the "sliding window" for detecting bad
 # licenses like GFDL with invariant sections.
 # NB: Keep in sync cruft-gfdl-fp-sliding-win/pre_build.
@@ -39,10 +42,6 @@ use Lintian::Relation ();
 use Lintian::Tags qw(tag);
 use Lintian::Util qw(fail is_ancestor_of normalize_pkg_path);
 
-use Cwd;
-use File::Find;
-use File::Basename;
-
 # All the packages that may provide config.{sub,guess} during the build, used
 # to suppress warnings about outdated autotools helper files.  I'm not
 # thrilled with having the automake exception as well, but people do depend on

-- 
Debian package checker


Reply to: