r20691 - in /trunk/libvalidate-net-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 4 17:24:06 UTC 2008


Author: gregoa
Date: Wed Jun  4 17:24:05 2008
New Revision: 20691

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20691
Log:
Activate the new pod test by setting AUTOMATED_TESTING in debian/rules and
adding libtest-pod-perl to debian/control.

Modified:
    trunk/libvalidate-net-perl/debian/changelog
    trunk/libvalidate-net-perl/debian/control
    trunk/libvalidate-net-perl/debian/rules

Modified: trunk/libvalidate-net-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvalidate-net-perl/debian/changelog?rev=20691&op=diff
==============================================================================
--- trunk/libvalidate-net-perl/debian/changelog (original)
+++ trunk/libvalidate-net-perl/debian/changelog Wed Jun  4 17:24:05 2008
@@ -3,6 +3,8 @@
   * New upstream release.
   * debian/copyright: update years of copyright.
   * Refresh debian/rules, no functional changes.
+  * Activate the new pod test by setting AUTOMATED_TESTING in debian/rules and
+    adding libtest-pod-perl to debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 04 Jun 2008 19:13:19 +0200
 

Modified: trunk/libvalidate-net-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvalidate-net-perl/debian/control?rev=20691&op=diff
==============================================================================
--- trunk/libvalidate-net-perl/debian/control (original)
+++ trunk/libvalidate-net-perl/debian/control Wed Jun  4 17:24:05 2008
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0-7), libclass-default-perl (>= 0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libclass-default-perl (>= 0.2),
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>

Modified: trunk/libvalidate-net-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvalidate-net-perl/debian/rules?rev=20691&op=diff
==============================================================================
--- trunk/libvalidate-net-perl/debian/rules (original)
+++ trunk/libvalidate-net-perl/debian/rules Wed Jun  4 17:24:05 2008
@@ -20,7 +20,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	AUTOMATED_TESTING=1 $(MAKE) test
 	touch $@
 
 clean:




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