[devscripts] 01/02: Fix imports of Devscripts::Compression

James McCoy jamessan at debian.org
Tue Dec 10 12:55:17 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit 64c4f84dcbfc29bad26c02437f8bf39477de9ad8
Author: James McCoy <jamessan at debian.org>
Date:   Tue Dec 10 07:49:27 2013 -0500

    Fix imports of Devscripts::Compression
    
    Closes: #731847
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog       | 6 ++++++
 scripts/debchange.pl   | 2 +-
 scripts/debcheckout.pl | 2 +-
 scripts/debdiff.pl     | 2 +-
 scripts/debuild.pl     | 1 +
 scripts/dget.pl        | 1 +
 6 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 487a6e1..bec2ba5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.13.7) UNRELEASED; urgency=medium
+
+  * Fix imports of Devscripts::Compression.  (Closes: #731847)
+
+ -- James McCoy <jamessan at debian.org>  Tue, 10 Dec 2013 07:48:01 -0500
+
 devscripts (2.13.6) unstable; urgency=medium
 
   [ James McCoy ]
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index dd69bf1..d5458d2 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -39,9 +39,9 @@ use Getopt::Long qw(:config gnu_getopt);
 use File::Copy;
 use File::Basename;
 use Cwd;
-use Devscripts::Compression;
 use Dpkg::Vendor qw(get_current_vendor);
 use lib '/usr/share/devscripts';
+use Devscripts::Compression;
 use Devscripts::Debbugs;
 use POSIX qw(locale_h strftime);
 
diff --git a/scripts/debcheckout.pl b/scripts/debcheckout.pl
index 366113f..47cbf30 100755
--- a/scripts/debcheckout.pl
+++ b/scripts/debcheckout.pl
@@ -247,8 +247,8 @@ use File::Basename;
 use File::Copy qw/copy/;
 use File::Temp qw/tempdir/;
 use Cwd;
-use Devscripts::Compression;
 use lib '/usr/share/devscripts';
+use Devscripts::Compression;
 use Devscripts::Versort;
 
 my @files = ();	  # files to checkout
diff --git a/scripts/debdiff.pl b/scripts/debdiff.pl
index 0ebdda4..f0d0c5f 100755
--- a/scripts/debdiff.pl
+++ b/scripts/debdiff.pl
@@ -18,13 +18,13 @@ use 5.006_000;
 use strict;
 use Cwd;
 use Dpkg::IPC;
-use Devscripts::Compression;
 use File::Copy qw(cp move);
 use File::Basename;
 use File::Spec;
 use File::Path qw/ rmtree /;
 use File::Temp qw/ tempdir tempfile /;
 use lib '/usr/share/devscripts';
+use Devscripts::Compression;
 use Devscripts::Versort;
 
 # Predeclare functions
diff --git a/scripts/debuild.pl b/scripts/debuild.pl
index a6d8966..12efcda 100755
--- a/scripts/debuild.pl
+++ b/scripts/debuild.pl
@@ -53,6 +53,7 @@ use 5.008;
 use File::Basename;
 use filetest 'access';
 use Cwd;
+use lib '/usr/share/devscripts';
 use Devscripts::Compression;
 use IO::Handle;  # for flushing
 use vars qw(*BUILD *OLDOUT *OLDERR);  # prevent a warning
diff --git a/scripts/dget.pl b/scripts/dget.pl
index 45af642..9a6fb4b 100755
--- a/scripts/dget.pl
+++ b/scripts/dget.pl
@@ -31,6 +31,7 @@ use Cwd qw(abs_path);
 use IO::Dir;
 use IO::File;
 use Digest::MD5;
+use lib '/usr/share/devscripts';
 use Devscripts::Compression;
 use Getopt::Long qw(:config gnu_getopt);
 use File::Basename;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list