[SCM] librdf-rdfa-parser-perl Debian packaging branch, master, updated. debian/1.096-2-17-g07e9067

Jonas Smedegaard dr at jones.dk
Thu Jun 14 13:30:24 UTC 2012


The following commit has been merged in the master branch:
commit edfd7310500418bd1a5769dba9ce2e2f9327ca05
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 14 14:40:43 2012 +0200

    Tidy dependency resolving.

diff --git a/debian/rules b/debian/rules
index af94e50..5eb15ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,17 +26,17 @@ DEB_UPSTREAM_PACKAGE = RDF-RDFa-Parser
 DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 3a12177fe21d2230ca496e121005db27
 
-# Needed (always/often) at runtime, and also for upstream build process
-common-depends = libcommon-sense-perl, libossp-uuid-perl, libfile-sharedir-perl, perl (>= 5.10.1) | libfile-spec-perl
-common-depends += , libhtml-html5-parser-perl, libhtml-html5-sanity-perl, libwww-perl
-common-depends += , librdf-trine-perl, liburi-perl
-common-depends += , libxml-libxml-perl, libxml-regexp-perl
-common-recommends = libarchive-zip-perl
-common-recommends += , libxml-atom-owl-perl
-
-CDBS_BUILD_DEPENDS += , $(common-depends), $(common-recommends)
-CDBS_DEPENDS_ALL = $(common-depends)
-CDBS_RECOMMENDS_ALL = $(common-recommends)
+# Needed for upstream build and (always/often) at runtime
+perl-deps = common-sense ossp-uuid file-sharedir html-html5-parser
+perl-deps += html-html5-sanity-perl www rdf-trine uri-perl xml-libxml
+perl-deps += xml-regexp
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps += , perl (>= 5.10.1) | libfile-spec-perl
+deps-recommend = libarchive-zip-perl, libxml-atom-owl-perl
 
 # Needed by upstream tests
-CDBS_BUILD_DEPENDS += , libfile-slurp-perl, librdf-query-perl
+deps-test = libfile-slurp-perl, librdf-query-perl
+
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-recommend), $(deps-test)
+CDBS_DEPENDS_ALL = $(deps)
+CDBS_RECOMMENDS_ALL = $(deps-recommend)

-- 
librdf-rdfa-parser-perl Debian packaging



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