[libcatmandu-store-lucy-perl] 02/03: Favor recent libmodule-build-perl over (slightly but not too) old perl, and suppress duplicate unversioned build-dependency from CDBS.

Jonas Smedegaard dr at jones.dk
Mon Jun 23 00:30:10 UTC 2014


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

js pushed a commit to branch master
in repository libcatmandu-store-lucy-perl.

commit c74bc49138bebbe11a25280655598512cc18e383
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 23 02:29:05 2014 +0200

    Favor recent libmodule-build-perl over (slightly but not too) old perl, and suppress duplicate unversioned build-dependency from CDBS.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a75e7fb..bc199a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,10 @@ DEB_UPSTREAM_TARBALL_MD5 = 762cd47cfcf8d4c6560b2b600756f5d0
 deps = libcatmandu-perl, liblucy-perl, libmoo-perl, libdata-messagepack-perl
 
 # Needed by upstream build
-bdeps = perl (>= 5.17.1) | libmodule-build-perl (>= 0.40)
-bdeps +=, perl (<< 5.19.0) | libmodule-build-perl (>= 0.40)
+#  * Suppress duplicate build-dependency on unversioned libmodule-build-perl
+CDBS_BUILD_DEPENDS_class_perl-build_module-build =
+bdeps = libmodule-build-perl (>= 0.40) | perl (>= 5.17.1)
+bdeps +=, libmodule-build-perl (>= 0.40) | perl (<< 5.19.0)
 
 # Needed by upstream testsuite
 deps-test = libtest-exception-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-store-lucy-perl.git



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