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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 17 16:20:05 UTC 2010


Author: gregoa
Date: Mon May 17 16:19:54 2010
New Revision: 58013

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58013
Log:
* debian/rules: remove unused environment variable.

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=58013&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Mon May 17 16:19:54 2010
@@ -8,7 +8,8 @@
     has not been in Debian for some time
 
   [ gregor herrmann ]
-  * Add some more test module to Suggests.
+  * debian/control: add some more test module to Suggests.
+  * debian/rules: remove unused environment variable.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 15 May 2010 20:20:36 -0400
 

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=58013&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Mon May 17 16:19:54 2010
@@ -6,9 +6,6 @@
 %:
 	dh $@
 
-override_dh_auto_test:
-	TEST_POD=1 dh_auto_test
-
 override_dh_fixperms:
 	dh_fixperms
 	chmod 644 $(TMP)/usr/share/perl5/Catalyst/Delta.pod




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