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

[SCM] Debian package checker branch, master, updated. 2.0.0-29-gac85d00



The following commit has been merged in the master branch:
commit 417d5e9f96c67600e4241bd0f69ce78e6b0e3db8
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Wed Oct 8 20:43:58 2008 +0200

    Remove unnessary inclusions of the "Pipeline" module
    
    These scripts do not actually use any function for Pipeline.

diff --git a/lib/Checker.pm b/lib/Checker.pm
index f5336c5..33c247e 100644
--- a/lib/Checker.pm
+++ b/lib/Checker.pm
@@ -23,7 +23,6 @@ package Checker;
 use strict;
 no strict 'refs';
 
-use Pipeline;
 use Tags;
 use Cwd 'cwd';
 
diff --git a/unpack/list-binpkg b/unpack/list-binpkg
index 2b86596..37e6447 100755
--- a/unpack/list-binpkg
+++ b/unpack/list-binpkg
@@ -62,7 +62,6 @@ unless ($output_file) {
 use lib "$ENV{'LINTIAN_ROOT'}/lib";
 use Read_pkglists;
 use vars qw(%binary_info $BINLIST_FORMAT); # from the above
-use Pipeline;
 use Util;
 
 # get variables out of environment
diff --git a/unpack/list-udebpkg b/unpack/list-udebpkg
index 333ecd2..c8c8659 100755
--- a/unpack/list-udebpkg
+++ b/unpack/list-udebpkg
@@ -63,7 +63,6 @@ unless ($output_file) {
 use lib "$ENV{'LINTIAN_ROOT'}/lib";
 use Read_pkglists;
 use vars qw(%udeb_info $UDEBLIST_FORMAT); # from the above
-use Pipeline;
 use Util;
 
 # get variables out of environment

-- 
Debian package checker


Reply to: