r41350 - in /trunk/libclass-dbi-sweet-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Aug 5 04:47:15 UTC 2009


Author: jawnsy-guest
Date: Wed Aug  5 04:46:51 2009
New Revision: 41350

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41350
Log:
Enable author tests (TEST_POD) using an override (need dh 7.0.50)

Modified:
    trunk/libclass-dbi-sweet-perl/debian/changelog
    trunk/libclass-dbi-sweet-perl/debian/control
    trunk/libclass-dbi-sweet-perl/debian/rules

Modified: trunk/libclass-dbi-sweet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/changelog?rev=41350&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/changelog (original)
+++ trunk/libclass-dbi-sweet-perl/debian/changelog Wed Aug  5 04:46:51 2009
@@ -6,6 +6,7 @@
     + Upstream applied dam's quilt patch
   * Updated copyright information, use new format
   * Add a README.source to document quilt usage
+  * Enable author tests (TEST_POD) using an override (need dh 7.0.50)
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 04 Aug 2009 13:21:29 -0400
 

Modified: trunk/libclass-dbi-sweet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/control?rev=41350&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/control (original)
+++ trunk/libclass-dbi-sweet-perl/debian/control Wed Aug  5 04:46:51 2009
@@ -1,7 +1,7 @@
 Source: libclass-dbi-sweet-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.50), perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.8-12), libclass-dbi-perl, libdata-page-perl,
  libdbd-sqlite3-perl, libsql-abstract-perl (>= 1.55), libcache-cache-perl,
  libdbi-perl, libtest-pod-perl, libtest-pod-coverage-perl, libossp-uuid-perl,

Modified: trunk/libclass-dbi-sweet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/rules?rev=41350&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/rules (original)
+++ trunk/libclass-dbi-sweet-perl/debian/rules Wed Aug  5 04:46:51 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test




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