r46208 - in /trunk/libimage-size-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 22 16:28:45 UTC 2009


Author: gregoa
Date: Thu Oct 22 16:28:37 2009
New Revision: 46208

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46208
Log:
debian/control: add libio-compress-perl as another alternative (build)
dependency for getting Compress::Zlib.

Modified:
    trunk/libimage-size-perl/debian/changelog
    trunk/libimage-size-perl/debian/control

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=46208&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Thu Oct 22 16:28:37 2009
@@ -9,6 +9,10 @@
 
   [ Ryan Niebur ]
   * Update ryan52's email address
+
+  [ gregor herrmann ]
+  * debian/control: add libio-compress-perl as another alternative (build)
+    dependency for getting Compress::Zlib.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 22 Oct 2009 06:59:17 -0400
 

Modified: trunk/libimage-size-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/control?rev=46208&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/control (original)
+++ trunk/libimage-size-perl/debian/control Thu Oct 22 16:28:37 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, perl (>= 5.10) | libcompress-zlib-perl (>> 2),
+Build-Depends-Indep: perl, 
+ perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2),
  libtest-pod-perl, libtest-pod-coverage-perl, libtest-cpan-meta-perl,
  libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -15,7 +16,8 @@
 
 Package: libimage-size-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10) | libcompress-zlib-perl (>> 2)
+Depends: ${perl:Depends}, ${misc:Depends}, 
+ perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2)
 Suggests: perlmagick
 Description: Perl module for determining images sizes in several common formats
  Image::Size is a library based on the image-sizing code in the wwwimagesize




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