[SCM] libdancer-plugin-dbic-perl Debian packaging branch, master, updated. debian/0.1506-1-10-g51e1453

Jonas Smedegaard dr at jones.dk
Fri Nov 2 16:03:29 UTC 2012


The following commit has been merged in the master branch:
commit 1d7a8595efa15f92b8d5d2efca9b0965dcc99d05
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 2 16:59:19 2012 +0100

    Fix build-depend on and recommend libdbd-sqlite3-perl, and enable regression tests.

diff --git a/debian/rules b/debian/rules
index b21de9a..063c288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 3549bda2948f7a868a581bc1018c528b
 
 # Needed by upstream tests and (always/often) at runtime
 common-depends = libdbix-class-perl, libdancer-perl
-common-recommends = libdbix-class-schema-loader-perl (>= 0.07002)
+common-recommends = libdbix-class-schema-loader-perl (>= 0.07002), libdbd-sqlite3-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends), $(common-recommends)
 CDBS_DEPENDS_ALL = $(common-depends)
@@ -36,6 +36,3 @@ CDBS_RECOMMENDS_ALL = $(common-recommends)
 
 # Needed by upstream tests
 CDBS_BUILD_DEPENDS += , libtest-exception-perl, libdbd-sqlite3
-
-# Disable tests for now - they all fail with "You tried to plan twice"
-DEB_MAKE_CHECK_TARGET =

-- 
libdancer-plugin-dbic-perl Debian packaging



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