[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.003-3-11-gb3ba0ad

Jonas Smedegaard dr at jones.dk
Tue Aug 7 02:20:52 UTC 2012


The following commit has been merged in the master branch:
commit 7e5e3f157f82bda476ae3a9131529461cf17c7aa
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 7 03:58:09 2012 +0200

    Update package relations: Recommend (not depend on) librdf-rdfa-parser. Stop (build-)depending on libcommon-sense-perl.

diff --git a/debian/rules b/debian/rules
index 61a90a6..0505257 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,13 +29,14 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 0d0894f5949cc1395b69d18a502a67c2
 
-# Needed both by upstream build and (always) at runtime
-perl-deps = common-sense html-microformats json rdf-rdfa-parser
-perl-deps += rdf-trine rdf-query xml-atom-owl
+# Needed both by upstream build and (always/often) at runtime
+perl-deps = html-microformats json rdf-trine rdf-query xml-atom-owl
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps += , libxml-libxml-perl (>= 1.95+dfsg)
+deps-recommend = librdf-rdfa-parser-perl
 
-CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-recommend)
 CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/* 

-- 
libxml-atom-microformats-perl Debian packaging



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