r16182 - in /trunk/libreturn-value-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 2 00:14:28 UTC 2008


Author: gregoa-guest
Date: Sun Mar  2 00:14:27 2008
New Revision: 16182

URL: http://svn.debian.org/wsvn/?sc=1&rev=16182
Log:
Activate additional test by adding libtest-perl-critic-perl to the build
  dependencies and setting PERL_TEST_CRITIC in debian/rules.

Modified:
    trunk/libreturn-value-perl/debian/changelog
    trunk/libreturn-value-perl/debian/control
    trunk/libreturn-value-perl/debian/rules

Modified: trunk/libreturn-value-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libreturn-value-perl/debian/changelog?rev=16182&op=diff
==============================================================================
--- trunk/libreturn-value-perl/debian/changelog (original)
+++ trunk/libreturn-value-perl/debian/changelog Sun Mar  2 00:14:27 2008
@@ -14,8 +14,10 @@
   * debian/copyright: use generic upstream source URL.
   * debian/rules: minor improvements with the help of dh-make-perl's
     templates; don't install README (text version of the POD documentation)
+  * Activate additional test by adding libtest-perl-critic-perl to the build
+    dependencies and setting PERL_TEST_CRITIC in debian/rules.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Mar 2008 01:08:53 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Mar 2008 01:13:09 +0100
 
 libreturn-value-perl (1.302-1) unstable; urgency=low
 

Modified: trunk/libreturn-value-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libreturn-value-perl/debian/control?rev=16182&op=diff
==============================================================================
--- trunk/libreturn-value-perl/debian/control (original)
+++ trunk/libreturn-value-perl/debian/control Sun Mar  2 00:14:27 2008
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
+ libtest-pod-coverage-perl, libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
 Standards-Version: 3.7.3

Modified: trunk/libreturn-value-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libreturn-value-perl/debian/rules?rev=16182&op=diff
==============================================================================
--- trunk/libreturn-value-perl/debian/rules (original)
+++ trunk/libreturn-value-perl/debian/rules Sun Mar  2 00:14:27 2008
@@ -25,7 +25,7 @@
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	PERL_TEST_CRITIC=1 $(MAKE) test
 
 	touch $@
 




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