r34592 - in /trunk/libtest-useallmodules-perl/debian: control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 1 20:46:56 UTC 2009


Author: gregoa
Date: Fri May  1 20:46:51 2009
New Revision: 34592

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34592
Log:
activate pod tests

Modified:
    trunk/libtest-useallmodules-perl/debian/control
    trunk/libtest-useallmodules-perl/debian/rules

Modified: trunk/libtest-useallmodules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/control?rev=34592&op=diff
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/control (original)
+++ trunk/libtest-useallmodules-perl/debian/control Fri May  1 20:46:51 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-pod-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
@@ -13,7 +14,7 @@
 Package: libtest-useallmodules-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Test module to do use_ok() for all the MANIFESTed modules
+Description: test module to do use_ok() for all the MANIFESTed modules
  Test:UseAllModules reads MANIFEST to find modules to be tested and
  does use_ok() for each of them. Now all you have to do is update
  MANIFEST. You don't have to modify the test any more (hopefully).

Modified: trunk/libtest-useallmodules-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-useallmodules-perl/debian/rules?rev=34592&op=diff
==============================================================================
--- trunk/libtest-useallmodules-perl/debian/rules (original)
+++ trunk/libtest-useallmodules-perl/debian/rules Fri May  1 20:46:51 2009
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build
+	TEST_POD=1 dh build
 	touch $@
 
 clean:




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