r39523 - in /trunk/libwww-curl-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 8 21:22:41 UTC 2009


Author: gregoa
Date: Wed Jul  8 21:22:34 2009
New Revision: 39523

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39523
Log:
Activate another test in debian/{rules,control}.

Modified:
    trunk/libwww-curl-perl/debian/changelog
    trunk/libwww-curl-perl/debian/control
    trunk/libwww-curl-perl/debian/rules

Modified: trunk/libwww-curl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/changelog?rev=39523&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Wed Jul  8 21:22:34 2009
@@ -11,6 +11,9 @@
   * Remove Module::Install dependency; only upstream authors need it
   * Standards-Version 3.8.2
   * Added myself to Uploaders and copyright
+
+  [ gregor herrmann ]
+  * Activate another test in debian/{rules,control}.
 
  -- Jonathan Yu <frequency at cpan.org>  Wed, 08 Jul 2009 12:57:55 -0400
 

Modified: trunk/libwww-curl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/control?rev=39523&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/control (original)
+++ trunk/libwww-curl-perl/debian/control Wed Jul  8 21:22:34 2009
@@ -7,7 +7,8 @@
  gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>,
  Jonathan Yu <frequency at cpan.org>
 Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.0-19), libcurl4-gnutls-dev,
- libtest-pod-coverage-perl (>= 1.04), libtest-pod-perl (>= 1.14)
+ libtest-pod-coverage-perl (>= 1.04), libtest-pod-perl (>= 1.14),
+ libtest-cpan-meta-perl
 Standards-Version: 3.8.2
 Homepage: http://curl.haxx.se/libcurl/perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-curl-perl/

Modified: trunk/libwww-curl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/rules?rev=39523&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Wed Jul  8 21:22:34 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="t/00constants.t t/pod-coverage.t t/pod.t"
+	dh_auto_test -- TEST_FILES="t/00constants.t t/pod-coverage.t t/pod.t t/meta.t"
 
 %:
 	dh $@




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