r30439 - in /trunk/libcatalyst-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 3 17:20:36 UTC 2009


Author: gregoa
Date: Tue Feb  3 17:20:27 2009
New Revision: 30439

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30439
Log:
Active pod{,-coverage} tests by setting TEST_POD in debian/rules.

Modified:
    trunk/libcatalyst-perl/debian/changelog
    trunk/libcatalyst-perl/debian/rules

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=30439&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Tue Feb  3 17:20:27 2009
@@ -5,6 +5,7 @@
     was done in versiones before 5.71000-1; the original files are also in
     libcatalyst-manual-perl; thanks to Ralf Treinen for the bug report
     (closes: #513971).
+  * Active pod{,-coverage} tests by setting TEST_POD in debian/rules.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 03 Feb 2009 17:47:42 +0100
 

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=30439&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Tue Feb  3 17:20:27 2009
@@ -5,7 +5,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