r71755 - in /trunk/libtest-image-gd-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Mar 20 14:05:32 UTC 2011


Author: periapt-guest
Date: Sun Mar 20 14:01:05 2011
New Revision: 71755

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71755
Log:
Simplify dependencies (Closes: #619015)

Modified:
    trunk/libtest-image-gd-perl/debian/changelog
    trunk/libtest-image-gd-perl/debian/control

Modified: trunk/libtest-image-gd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-image-gd-perl/debian/changelog?rev=71755&op=diff
==============================================================================
--- trunk/libtest-image-gd-perl/debian/changelog (original)
+++ trunk/libtest-image-gd-perl/debian/changelog Sun Mar 20 14:01:05 2011
@@ -1,3 +1,9 @@
+libtest-image-gd-perl (0.03-2) UNRELEASED; urgency=low
+
+  * Simplify dependencies (Closes: #619015)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 20 Mar 2011 14:02:31 +0000
+
 libtest-image-gd-perl (0.03-1) unstable; urgency=low
 
   [ Nicholas Bamber ]

Modified: trunk/libtest-image-gd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-image-gd-perl/debian/control?rev=71755&op=diff
==============================================================================
--- trunk/libtest-image-gd-perl/debian/control (original)
+++ trunk/libtest-image-gd-perl/debian/control Sun Mar 20 14:01:05 2011
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libgd-gd2-noxpm-perl | libgd-gd2-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libgd-gd2-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.1
@@ -13,7 +13,7 @@
 
 Package: libtest-image-gd-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libgd-gd2-noxpm-perl | libgd-gd2-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libgd-gd2-perl
 Description: module for testing images using GD
  Test::Image::GD is meant to be used for testing custom graphics, it attempts
  to "visually" compare the images, this means it ignores invisible differences




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