[SCM] Debian packaging of libcatalyst-modules-perl branch, master, updated. debian/44-11-ga36b739
gregor herrmann
gregoa at debian.org
Sat Jun 22 17:00:11 UTC 2013
The following commit has been merged in the master branch:
commit d32d813239d7c4fff0af41567ebdb9585088e43b
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 22 18:40:46 2013 +0200
Disable pod{,-coverage} tests.
diff --git a/debian/control b/debian/control
index 88869a0..7dc855e 100644
--- a/debian/control
+++ b/debian/control
@@ -65,8 +65,6 @@ Build-Depends-Indep: perl,
libtest-exception-perl,
libtest-file-perl,
libtest-log4perl-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
libtest-requires-perl,
libtest-use-ok-perl,
libtest-warn-perl,
diff --git a/debian/rules b/debian/rules
index 0974b4e..232137a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ configure-stamp:
touch configure-stamp
override_dh_auto_install: patch-stamp
- DESTDIR=$(TMP) TEST_POD=1 debian/make-module.sh build
+ DESTDIR=$(TMP) TEST_POD=0 debian/make-module.sh build
patch: patch-stamp
patch-stamp: configure-stamp
--
Debian packaging of libcatalyst-modules-perl
More information about the Pkg-perl-cvs-commits
mailing list