[libcatmandu-atom-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:18:33 UTC 2014


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

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

commit 0c92b69b5744d68743d1ba4e0f3a7ed13dbbfa99
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 23 02:16:55 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 2f46081..0dd240d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,10 @@ deps +=, libxml-atom-perl (>= 0.41)
 deps +=, libnamespace-clean-perl (>= 0.24)
 
 # 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-atom-perl.git



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