[libfurl-perl] 01/02: Favor recent libmodule-build-perl over (slightly) older perl, and suppress duplicate unversioned build-dependency from CDBS.

Jonas Smedegaard dr at jones.dk
Mon Jun 23 00:12:25 UTC 2014


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

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

commit ba57f310094f4980ead6da969fc0188ed4d9649b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 23 02:04:46 2014 +0200

    Favor recent libmodule-build-perl over (slightly) older perl, and suppress duplicate unversioned build-dependency from CDBS.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2dd5517..2770d94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,11 @@ DEB_UPSTREAM_PACKAGE = Furl
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOKUHIROM
 
 # Needed by upstream build
+#  * Suppress duplicate build-dependency on unversioned libmodule-build-perl
+CDBS_BUILD_DEPENDS_class_perl-build_module-build =
 bdeps = perl (>= 5.13.10) | libcpan-meta-perl
 bdeps +=, perl (>= 5.13.11) | libmodule-build-perl (>= 0.38)
-bdeps +=, perl (<< 5.19.0) | libmodule-build-perl (>= 0.38)
+bdeps +=, libmodule-build-perl (>= 0.38) | perl (<< 5.19.0)
 
 # Needed by upstream build and (always) at runtime
 deps = libclass-accessor-lite-perl

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



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