r40105 - in /trunk/libmodule-cpants-analyse-perl/debian: control patches/03-remove-tests-for-nonfree-tarballs.patch patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jul 18 15:40:11 UTC 2009


Author: ryan52-guest
Date: Sat Jul 18 15:40:00 2009
New Revision: 40105

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40105
Log:
fix

Removed:
    trunk/libmodule-cpants-analyse-perl/debian/patches/03-remove-tests-for-nonfree-tarballs.patch
Modified:
    trunk/libmodule-cpants-analyse-perl/debian/control
    trunk/libmodule-cpants-analyse-perl/debian/patches/series
    trunk/libmodule-cpants-analyse-perl/debian/rules

Modified: trunk/libmodule-cpants-analyse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/control?rev=40105&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/control (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/control Sat Jul 18 15:40:00 2009
@@ -1,7 +1,7 @@
 Source: libmodule-cpants-analyse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl,
+Build-Depends: debhelper (>= 7.0.50), perl-modules (>= 5.10) | libmodule-build-perl,
  quilt
 Build-Depends-Indep: libarchive-any-perl (>= 0.06), libreadonly-perl,
  libarray-diff-perl (>= 0.04), libsoftware-license-perl (>= 0.003),

Modified: trunk/libmodule-cpants-analyse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/patches/series?rev=40105&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/patches/series (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/patches/series Sat Jul 18 15:40:00 2009
@@ -1,3 +1,2 @@
 01-cpants-lint-rename.patch
 02-cpantserrors-pod.patch
-03-remove-tests-for-nonfree-tarballs.patch

Modified: trunk/libmodule-cpants-analyse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/debian/rules?rev=40105&op=diff
==============================================================================
--- trunk/libmodule-cpants-analyse-perl/debian/rules (original)
+++ trunk/libmodule-cpants-analyse-perl/debian/rules Sat Jul 18 15:40:00 2009
@@ -27,6 +27,9 @@
 binary-indep: install
 	dh $@
 
+override_dh_auto_test:
+	DH_VERBOSE=1 dh_auto_test -- TEST_FILES="$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t)"
+
 binary: binary-arch binary-indep
 
 .PHONY: binary binary-arch binary-indep install clean build




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