[SCM] Debian packaging of libmysql-diff-perl branch, master, updated. debian/0.41-1-12-gc2dc58f

gregor herrmann gregoa at debian.org
Fri Oct 7 13:02:14 UTC 2011


The following commit has been merged in the master branch:
commit f0ae88296fc811610cf9a64dc56e6ad95f8161fe
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 7 14:56:03 2011 +0200

    Run tests that don't need a MySQL server.

diff --git a/debian/control b/debian/control
index 290630c..b61ce1b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: libmysql-diff-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libfile-slurp-perl,
+ libtest-cpan-meta-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 29d5415..54705dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/all.t,$(shell echo t/*.t))
+
 %:
 	dh $@
 
 override_dh_auto_test:
-	# XXX
-	echo "won't run test"
-	true
+	AUTOMATED_TESTING=1 dh_auto_test -- test_files="$(TEST_FILES)"

-- 
Debian packaging of libmysql-diff-perl



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