[SCM] Debian package checker branch, master, updated. 2.5.9-35-g179abd6
The following commit has been merged in the master branch:
commit 179abd645dd5aaddf0c2393eb1353bbae2980b4f
Author: Niels Thykier <niels@thykier.net>
Date: Sat Jun 30 15:15:50 2012 +0200
coll/*: Add missing loads of the FileHandle module
Signed-off-by: Niels Thykier <niels@thykier.net>
diff --git a/collection/hardening-info b/collection/hardening-info
index 763fad2..d7ece8b 100755
--- a/collection/hardening-info
+++ b/collection/hardening-info
@@ -30,6 +30,8 @@ use strict;
use warnings;
use Cwd qw(realpath);
+use FileHandle;
+
use lib "$ENV{'LINTIAN_ROOT'}/lib";
use Lintian::Collect;
use Lintian::Command qw(spawn reap);
diff --git a/collection/hardening-info-helper b/collection/hardening-info-helper
index 49864e5..deb950b 100755
--- a/collection/hardening-info-helper
+++ b/collection/hardening-info-helper
@@ -22,6 +22,8 @@
use strict;
use warnings;
+use FileHandle;
+
use lib "$ENV{'LINTIAN_ROOT'}/lib";
use Lintian::Command qw(spawn reap);
use Lintian::Util qw(fail);
diff --git a/collection/java-info b/collection/java-info
index 90e1556..31c29ca 100755
--- a/collection/java-info
+++ b/collection/java-info
@@ -21,7 +21,9 @@
use strict;
use warnings;
+
use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
+use FileHandle;
use lib "$ENV{'LINTIAN_ROOT'}/lib/";
use Lintian::Collect;
diff --git a/collection/objdump-info b/collection/objdump-info
index 4a61998..e069406 100755
--- a/collection/objdump-info
+++ b/collection/objdump-info
@@ -27,6 +27,7 @@ use strict;
use warnings;
use Cwd qw(realpath);
+use FileHandle;
use lib "$ENV{'LINTIAN_ROOT'}/lib/";
use Lintian::Collect;
diff --git a/collection/strings b/collection/strings
index 63e4658..04e6ecc 100755
--- a/collection/strings
+++ b/collection/strings
@@ -23,6 +23,7 @@ use strict;
use warnings;
use Cwd qw(realpath);
+use FileHandle;
use lib "$ENV{'LINTIAN_ROOT'}/lib";
use Lintian::Collect;
diff --git a/debian/changelog b/debian/changelog
index c6ccd55..49d9524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ lintian (2.5.10) UNRELEASED; urgency=low
packages have the proper dependencies for Java7 byte
code. (Closes: #673276)
+ * collection/*:
+ + [NT] Add missing loads of FileHandle module.
* collection/java-info{,.desc}:
+ [NT] Use Archive::Zip instead of zipinfo + unzip to
extract information from Jar files.
--
Debian package checker
Reply to: