r45054 - in /trunk/libarchive-zip-perl/debian: changelog control

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Sep 30 02:28:35 UTC 2009


Author: emhn-guest
Date: Wed Sep 30 02:28:28 2009
New Revision: 45054

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45054
Log:
Added versioned dependencies on libcompress-raw-zlib-perl.

Modified:
    trunk/libarchive-zip-perl/debian/changelog
    trunk/libarchive-zip-perl/debian/control

Modified: trunk/libarchive-zip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/changelog?rev=45054&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/changelog (original)
+++ trunk/libarchive-zip-perl/debian/changelog Wed Sep 30 02:28:28 2009
@@ -9,6 +9,7 @@
     Uploaders. Updated Standards-Version. Added myself in Uploaders.
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Added versioned dependencies on libcompress-raw-zlib-perl.
   * Remove unneeded dependencies on libfile-which-perl.
   * Added quilt patch to fix shebangs on examples (Closes: 543659).
 

Modified: trunk/libarchive-zip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/control?rev=45054&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/control (original)
+++ trunk/libarchive-zip-perl/debian/control Wed Sep 30 02:28:28 2009
@@ -5,8 +5,7 @@
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
  Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libcompress-raw-zlib-perl (>= 2.017),
- libfile-which-perl (>= 0.05), perl (>= 5.8.8)
+Build-Depends-Indep: libcompress-raw-zlib-perl (>= 2.017), perl (>= 5.8.8)
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Archive-Zip/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libarchive-zip-perl/
@@ -15,7 +14,7 @@
 Package: libarchive-zip-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libcompress-raw-zlib-perl (>= 2.017),
- libfile-which-perl (>= 0.05), perl (>= 5.8.8)
+ perl (>= 5.8.8)
 Description: Module for manipulation of ZIP archives
  The Archive::Zip module allows a Perl program to create, manipulate,
  read, and write Zip archive files.




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