r48646 - in /trunk/libdbd-csv-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Dec 12 19:02:49 UTC 2009


Author: gregoa
Date: Sat Dec 12 19:01:09 2009
New Revision: 48646

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48646
Log:
Activate more tests.

Modified:
    trunk/libdbd-csv-perl/debian/changelog
    trunk/libdbd-csv-perl/debian/control
    trunk/libdbd-csv-perl/debian/rules

Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/changelog?rev=48646&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Sat Dec 12 19:01:09 2009
@@ -1,9 +1,4 @@
 libdbd-csv-perl (0.2600-1) UNRELEASED; urgency=low
-
-  TODO: find and fix FTBFS issue:
-  SQL ERROR: Bad table or column name 'PRIMARY' is a SQL reserved word!
-
-  WAITS-FOR libsql-statement-perl 1.23
 
   [ Jonathan Yu ]
   * New upstream release
@@ -22,6 +17,9 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * Activate more tests.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 26 Nov 2009 18:25:19 -0500
 

Modified: trunk/libdbd-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/control?rev=48646&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/control (original)
+++ trunk/libdbd-csv-perl/debian/control Sat Dec 12 19:01:09 2009
@@ -1,9 +1,10 @@
 Source: libdbd-csv-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libdbi-perl, libsql-statement-perl (>= 1.23),
- libtext-csv-xs-perl
+ libtext-csv-xs-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+ libtest-cpan-meta-perl, libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>

Modified: trunk/libdbd-csv-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/rules?rev=48646&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/rules (original)
+++ trunk/libdbd-csv-perl/debian/rules Sat Dec 12 19:01:09 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test




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