[libhtml-treebuilder-libxml-perl] 02/14: Sync rules with control: Build-depend on libmodule-build-perl without favoring recent perl.

Jonas Smedegaard dr at jones.dk
Mon Oct 26 21:19:07 UTC 2015


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

js pushed a commit to branch master
in repository libhtml-treebuilder-libxml-perl.

commit b5f2e28ea80dd7b93de50601adc9ca4cab435e1b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Oct 26 17:02:24 2015 +0100

    Sync rules with control: Build-depend on libmodule-build-perl without favoring recent perl.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index e6f6c7d..f7b0a98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ pkg = $(DEB_SOURCE_PACKAGE)
 DEB_UPSTREAM_PACKAGE = HTML-TreeBuilder-LibXML
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 
-# Needed by upstream build
-bdeps = perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+# Newer version needed than autodetected by CDBS
+CDBS_BUILD_DEPENDS_class_perl-build_module-build = libmodule-build-perl (>= 0.380000)
 
 # Needed by upstream build and (always) at runtime
 #  * LWP::UserAgent and URI used only in skipped benchmark tool
@@ -43,7 +43,7 @@ deps-test +=, libtest-exception-perl
 xdeps-recommend = libweb-scraper-perl
 deps-test += $(if $(DEB_BUILD_PROFILE),,$(comma) $(xdeps-recommend))
 
-CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
 
 DEB_INSTALL_DOCS_ALL += README.md

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



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