r32739 - in /trunk/libdatetime-format-http-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Apr 8 01:54:43 UTC 2009


Author: ryan52-guest
Date: Wed Apr  8 01:54:37 2009
New Revision: 32739

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32739
Log:
enable all tests

Modified:
    trunk/libdatetime-format-http-perl/debian/changelog
    trunk/libdatetime-format-http-perl/debian/control
    trunk/libdatetime-format-http-perl/debian/rules

Modified: trunk/libdatetime-format-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-http-perl/debian/changelog?rev=32739&op=diff
==============================================================================
--- trunk/libdatetime-format-http-perl/debian/changelog (original)
+++ trunk/libdatetime-format-http-perl/debian/changelog Wed Apr  8 01:54:37 2009
@@ -2,8 +2,9 @@
 
   * New upstream release
   * stop removing Makefile.PL, it's good now :)
+  * enable all tests
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 07 Apr 2009 18:51:35 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 07 Apr 2009 18:54:28 -0700
 
 libdatetime-format-http-perl (0.37-1) unstable; urgency=low
 

Modified: trunk/libdatetime-format-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-http-perl/debian/control?rev=32739&op=diff
==============================================================================
--- trunk/libdatetime-format-http-perl/debian/control (original)
+++ trunk/libdatetime-format-http-perl/debian/control Wed Apr  8 01:54:37 2009
@@ -3,7 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.0-12), libdatetime-perl (>= 0.17),
-  libwww-perl (>= 1.44), libtest-pod-perl, libfile-find-rule-perl
+  libwww-perl (>= 1.44), libtest-pod-perl, libfile-find-rule-perl,
+  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1

Modified: trunk/libdatetime-format-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-http-perl/debian/rules?rev=32739&op=diff
==============================================================================
--- trunk/libdatetime-format-http-perl/debian/rules (original)
+++ trunk/libdatetime-format-http-perl/debian/rules Wed Apr  8 01:54:37 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+override_dh_auto_test:
+	IS_MAINTAINER=1 dh_auto_test
 
 build: build-stamp
 build-stamp:




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