[libmatch-simple-perl] 03/10: Build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 0.005.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 18:05:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmatch-simple-perl.

commit 373d1635b7e9d2aa1c66ea49964df54b60d5d1cb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 10 19:31:18 2014 +0200

    Build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 0.005.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d4d8423..c884215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,5 +30,8 @@ DEB_UPSTREAM_URL = http://www.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 # needed by upstream build and (always) at runtime
 deps = libexporter-tiny-perl, liblist-moreutils-perl, libsub-infix-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps)
+# Needed by upstream testsuite
+deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmatch-simple-perl.git



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