r23989 - in /trunk/libpoe-component-server-soap-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Aug 9 06:02:48 UTC 2008


Author: dmn
Date: Sat Aug  9 06:02:45 2008
New Revision: 23989

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23989
Log:
add a bunch of PERL_TEST_* variables to $(MAKE) test invokation and add
several libtest-*-perl packages to b-d-i to enable additional tests.

Modified:
    trunk/libpoe-component-server-soap-perl/debian/changelog
    trunk/libpoe-component-server-soap-perl/debian/control
    trunk/libpoe-component-server-soap-perl/debian/rules

Modified: trunk/libpoe-component-server-soap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-soap-perl/debian/changelog?rev=23989&op=diff
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-soap-perl/debian/changelog Sat Aug  9 06:02:45 2008
@@ -1,6 +1,8 @@
 libpoe-component-server-soap-perl (1.13-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * add a bunch of PERL_TEST_* variables to $(MAKE) test invokation and add
+    several libtest-*-perl packages to b-d-i to enable additional tests.
 
  -- Damyan Ivanov <dmn at debian.org>  Sat, 09 Aug 2008 08:41:51 +0300
 

Modified: trunk/libpoe-component-server-soap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-soap-perl/debian/control?rev=23989&op=diff
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/control (original)
+++ trunk/libpoe-component-server-soap-perl/debian/control Sat Aug  9 06:02:45 2008
@@ -3,7 +3,9 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-12), libpoe-perl, libsoap-lite-perl,
- libpoe-component-server-simplehttp-perl, libtest-pod-perl
+ libpoe-component-server-simplehttp-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libtest-perl-critic-perl, libfile-find-rule-perl,
+ libtest-distribution-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>
 Standards-Version: 3.8.0

Modified: trunk/libpoe-component-server-soap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-soap-perl/debian/rules?rev=23989&op=diff
==============================================================================
--- trunk/libpoe-component-server-soap-perl/debian/rules (original)
+++ trunk/libpoe-component-server-soap-perl/debian/rules Sat Aug  9 06:02:45 2008
@@ -15,7 +15,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	TEST_AUTHOR=1 PERL_TEST_CRITIC=1 PERL_TEST_POD=1 $(MAKE) test
 	touch $@
 
 clean:




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