[SCM] Debian packaging of libmodule-cpants-analyse-perl branch, master, updated. d236b82b6e5151aae478636f27c18c34df5a2d7b
gregor herrmann
gregoa at debian.org
Fri Jun 8 21:14:26 UTC 2012
The following commit has been merged in the master branch:
commit e56586a9da78c6d044f015dc01ac53cba82828b3
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 8 23:06:58 2012 +0200
Skip more tests that would need the removed tarballs.
diff --git a/debian/rules b/debian/rules
index d99ff42..c154246 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
dh $@
override_dh_auto_test:
- dh_auto_test -- --test_files "$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t)"
+ dh_auto_test -- --test_files "$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t | grep -v t/perl5i)"
override_dh_auto_install:
dh_auto_install
--
Debian packaging of libmodule-cpants-analyse-perl
More information about the Pkg-perl-cvs-commits
mailing list