r63331 - in /trunk/libimage-size-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 4 23:04:18 UTC 2010


Author: jawnsy-guest
Date: Mon Oct  4 23:02:16 2010
New Revision: 63331

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63331
Log:
heeded gregoa's input, dch -r

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

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=63331&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Mon Oct  4 23:02:16 2010
@@ -1,23 +1,15 @@
-libimage-size-perl (3.230-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: no need for "(>> 2)" with libcompress-zlib-perl, already
-    satisfied in lenny -- hm, actually the whole line "perl (>= 5.10) |
-    libio-compress-perl | libcompress-zlib-perl (>> 2)" in B-D-I and Depends
-    is not needed since lenny has perl 5.10
-  - AUTHOR_TESTING in d/rules (and the whole override, and dh 7.0.50 in
-    d/control) is not needed anymore
-  
-  QUESTION:
-  EMF or WMF - I'm not sure after skimming through the upstream diff
+libimage-size-perl (3.230-1) unstable; urgency=low
 
   * New upstream release
     + Drop author tests, they've been moved to xt/
     + Adds support for Windows WMF files
   * Refresh patches, remove critic patch (moved to xt/)
   * Standards-Version 3.9.1 (no changes)
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 03 Oct 2010 21:04:11 -0400
+  * Drop dependencies for compression stuff; perl 5.10 is available in
+    stable
+  * No longer use AUTHOR_TESTING, drop debhelper dependency
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 04 Oct 2010 19:13:34 -0400
 
 libimage-size-perl (3.221-1) unstable; urgency=low
 

Modified: trunk/libimage-size-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/control?rev=63331&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/control (original)
+++ trunk/libimage-size-perl/debian/control Mon Oct  4 23:02:16 2010
@@ -1,9 +1,8 @@
 Source: libimage-size-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, 
- perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
@@ -14,14 +13,13 @@
 
 Package: libimage-size-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
- perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl (>> 2)
+Depends: ${perl:Depends}, ${misc:Depends}
 Suggests: perlmagick
 Description: module for determining image sizes in several common formats
  Image::Size is a Perl module capable of determining image sizes from several
  common formats. It handles XPM, XBM, GIF, JPEG, PNG, MNG, the PPM family of
- formats (PPM/PGM/PBM), TIFF, FlashMX (Shockwave Flash version 6), WMF, and
- more.
+ formats (PPM/PGM/PBM), TIFF, FlashMX (Shockwave Flash version 6), WMF/EMF,
+ and more.
  .
  It supports additional file types through Image::Magick (see perlmagick), and
  the included "imgsize" script provides access to Image::Size from the shell.

Modified: trunk/libimage-size-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/rules?rev=63331&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/rules (original)
+++ trunk/libimage-size-perl/debian/rules Mon Oct  4 23:02:16 2010
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	AUTHOR_TESTING=1 dh_auto_test




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