r30867 - in /trunk/dh-make-perl: debian/changelog lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Feb 19 08:31:24 UTC 2009


Author: dmn
Date: Thu Feb 19 08:31:11 2009
New Revision: 30867

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30867
Log:
Debian::AptContents: explicitly use IO::Uncompress::Gunzip

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/Debian/AptContents.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=30867&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Feb 19 08:31:11 2009
@@ -9,6 +9,7 @@
     behaviour changes for easy .deb creation.
   * add --locate command, showing if given Perl module is core, or in some
     Debian package
+  * Debian::AptContents: explicitly use IO::Uncompress::Gunzip
 
   [ gregor herrmann ]
   * Add libtie-ixhash-perl to Build-Depends-Indep and Depends.

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=30867&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Thu Feb 19 08:31:11 2009
@@ -32,6 +32,7 @@
 
 use Storable;
 use File::Spec::Functions qw( catfile catdir splitpath );
+use IO::Uncompress::Gunzip;
 
 =head1 CONSTRUCTOR
 




More information about the Pkg-perl-cvs-commits mailing list