r32459 - in /trunk/libdbd-pg-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 31 16:05:29 UTC 2009


Author: gregoa
Date: Tue Mar 31 16:05:21 2009
New Revision: 32459

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32459
Log:
debian/rules: turn off Perl::Critic tests for the time being, since they
fail at the moment. Bug forwarded upstream. Thanks to Daniel Schepler for
the bug report (closes: #521969).

Modified:
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/debian/rules

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=32459&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Tue Mar 31 16:05:21 2009
@@ -1,6 +1,9 @@
 libdbd-pg-perl (2.12.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: turn off Perl::Critic tests for the time being, since they
+    fail at the moment. Bug forwarded upstream. Thanks to Daniel Schepler for
+    the bug report (closes: #521969).
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 31 Dec 2008 20:03:57 +0100
 

Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/rules?rev=32459&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Tue Mar 31 16:05:21 2009
@@ -8,7 +8,7 @@
 
 build: build-stamp
 build-stamp:
-	TEST_AUTHOR=1 TEST_CRITIC=1 dh build
+	TEST_AUTHOR=1 dh build
 	touch $@
 
 clean:




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