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

[SCM] Debian package checker branch, master, updated. 2.5.3-70-g36c7cce



The following commit has been merged in the master branch:
commit 36c7cce6f057b52e38c3b2db153f815cd00f5ca9
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Oct 18 17:37:56 2011 +0200

    Removed some unused "use lib <something>" in various checks
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/control-file b/checks/control-file
index 42a5e9b..1f98f59 100644
--- a/checks/control-file
+++ b/checks/control-file
@@ -22,8 +22,6 @@ package Lintian::control_file;
 use strict;
 use warnings;
 
-use lib "$ENV{'LINTIAN_ROOT'}/checks/";
-
 use Lintian::Data ();
 use Lintian::Relation ();
 use Lintian::Tags qw(tag);
diff --git a/checks/debhelper b/checks/debhelper
index 35bb2e3..74a4aa1 100644
--- a/checks/debhelper
+++ b/checks/debhelper
@@ -22,7 +22,6 @@ package Lintian::debhelper;
 use strict;
 use warnings;
 
-use lib "$ENV{'LINTIAN_ROOT'}/lib";
 use Util;
 use Lintian::Data;
 use Lintian::Tags qw(tag);
diff --git a/checks/fields b/checks/fields
index a1176ee..161c599 100644
--- a/checks/fields
+++ b/checks/fields
@@ -28,8 +28,6 @@ use warnings;
 
 use Dpkg::Version qw(version_check);
 
-use lib "$ENV{'LINTIAN_ROOT'}/checks/";
-
 use Util;
 
 use Lintian::Data ();
diff --git a/checks/java b/checks/java
index 75cd727..0e46954 100644
--- a/checks/java
+++ b/checks/java
@@ -22,8 +22,6 @@ package Lintian::java;
 use strict;
 use warnings;
 
-use lib "$ENV{'LINTIAN_ROOT'}/checks/";
-
 use Lintian::Tags qw(tag);
 use Util;
 
diff --git a/debian/changelog b/debian/changelog
index 7e2ae71..62ff23d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ lintian (2.5.4) UNRELEASED; urgency=low
 
   * checks/*:
     + [JW] Replace common_data.pm with Lintian::Check.
+    + [NT] Remove some unused "use lib <expr>" from various checks.
   * checks/binaries:
     + [JW] Allow binaries to use "/usr/lib/$srcpkg/" in RPATHs.
       (Closes: #642092)

-- 
Debian package checker


Reply to: