[libhtml-html5-microdata-parser-perl] 06/13: Relax all (build-)dependencies to be unversioned: Needed versions satisfied in all Debian suites where package is available at all.

Jonas Smedegaard dr at jones.dk
Mon Jun 9 19:11:51 UTC 2014


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

js pushed a commit to branch master
in repository libhtml-html5-microdata-parser-perl.

commit 6580c2ccb6ce51ffc7b72bac9699b290ca07d395
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 9 20:26:53 2014 +0200

    Relax all (build-)dependencies to be unversioned: Needed versions satisfied in all Debian suites where package is available at all.
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index d07ca52..f86fb2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,11 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 DEB_UPSTREAM_TARBALL_MD5 = 3c41672f28906e3d96acabf6f68e1f18
 
 # Needed by upstream build and (always) at runtime
-deps = libhtml-html5-parser-perl (>= 0.107)
-deps +=, libhtml-html5-sanity-perl (>= 0.102)
-deps +=, librdf-trine-perl, liburi-perl, libxml-libxml-perl (>= 1.70)
+perl-deps = html-html5-parser html-html5-sanity rdf-trine uri xml-libxml
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 
 # Needed by upstream testsuite
-deps-test = libtest-rdf-perl (>= 0.23)
+deps-test = libtest-rdf-perl
 
 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/libhtml-html5-microdata-parser-perl.git



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