r40210 - in /trunk/libimage-math-constrain-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jul 19 23:38:50 UTC 2009


Author: jawnsy-guest
Date: Sun Jul 19 23:38:45 2009
New Revision: 40210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40210
Log:
added B-D-I for author tests, enabled them with an override

Modified:
    trunk/libimage-math-constrain-perl/debian/control
    trunk/libimage-math-constrain-perl/debian/rules

Modified: trunk/libimage-math-constrain-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/control?rev=40210&op=diff
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/control (original)
+++ trunk/libimage-math-constrain-perl/debian/control Sun Jul 19 23:38:45 2009
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-minimumversion-perl,
+ libtest-cpan-meta-perl, libpod-simple-perl (>= 3.07), libtest-pod-perl (>= 1.26)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.2
@@ -12,7 +13,7 @@
 
 Package: libimage-math-constrain-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.5)
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module performing math used to constrain image sizes
  Image::Math::Constrain is a Perl module that implements all of the math behind
  implementing image size constraints. It allows one to restrict the dimensions

Modified: trunk/libimage-math-constrain-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/rules?rev=40210&op=diff
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/rules (original)
+++ trunk/libimage-math-constrain-perl/debian/rules Sun Jul 19 23:38:45 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+




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