r15229 - in /trunk/image-size/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Feb 20 18:19:54 UTC 2008


Author: gregoa-guest
Date: Wed Feb 20 18:19:53 2008
New Revision: 15229

URL: http://svn.debian.org/wsvn/?sc=1&rev=15229
Log:
Make build depency on libcompress-zlib-perl versioned and add it to
  runtime dependencies.

Modified:
    trunk/image-size/debian/changelog
    trunk/image-size/debian/control

Modified: trunk/image-size/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/image-size/debian/changelog?rev=15229&op=diff
==============================================================================
--- trunk/image-size/debian/changelog (original)
+++ trunk/image-size/debian/changelog Wed Feb 20 18:19:53 2008
@@ -11,9 +11,11 @@
     libmodule-build-perl to Build-Depends.
   * Test suite: add libtest-pod-perl and libtest-pod-coverage-perl to
     Build-Depends-Indep.
+  * Make build depency on libcompress-zlib-perl versioned and add it to
+    runtime dependencies.
   * Add /me to Uploaders.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 20 Feb 2008 19:12:07 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 20 Feb 2008 19:18:24 +0100
 
 image-size (3.1-3) unstable; urgency=low
 

Modified: trunk/image-size/debian/control
URL: http://svn.debian.org/wsvn/trunk/image-size/debian/control?rev=15229&op=diff
==============================================================================
--- trunk/image-size/debian/control (original)
+++ trunk/image-size/debian/control Wed Feb 20 18:19:53 2008
@@ -6,7 +6,7 @@
  gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>> 6), quilt, libmodule-build-perl
-Build-Depends-Indep: perl, libcompress-zlib-perl, libtest-pod-perl,
+Build-Depends-Indep: perl, libcompress-zlib-perl (>> 2), libtest-pod-perl,
  libtest-pod-coverage-perl
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/image-size/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/image-size/
@@ -14,7 +14,7 @@
 
 Package: libimage-size-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}, libcompress-zlib-perl (>> 2)
 Description: determine the size of images in several common formats
  Image::Size is a library based on the image-sizing code in the wwwimagesize
  script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG




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