[SCM] librdf-vcard-perl Debian packaging branch, master, updated. debian/0.008-1-16-ge71aa0c

Jonas Smedegaard dr at jones.dk
Sat Jun 23 02:40:22 UTC 2012


The following commit has been merged in the master branch:
commit fa4e04c1a087286925f9a9a1aac66f51f8587f88
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 23 04:21:55 2012 +0200

    Update package relations: Depend on (not recommend) libxml-libxml-perl. Stop (build-)depending on libcommon-sense-perl or librdf-trineshortcuts-perl. (Build-)depend on librdf-trinex-functions-perl and liburi-perl.

diff --git a/debian/rules b/debian/rules
index 654fbb8..3da5b8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,14 +28,13 @@ DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 2bc84c6cb43c4fc15fba1f991ca48fa3
 
-# Needed both by upstream build and (always/often) at runtime
-perl-deps = common-sense namespace-clean rdf-trine rdf-trineshortcuts text-vfile-asdata
+# Needed both by upstream build and (always) at runtime
+perl-deps = rdf-trine rdf-trinex-functions text-vfile-asdata uri
+perl-deps += xml-libxml namespace-clean
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps-recommend = libxml-libxml-perl
 
-CDBS_BUILD_DEPENDS += , $(deps), $(deps-recommend)
+CDBS_BUILD_DEPENDS += , $(deps)
 CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_RECOMMENDS_ALL = $(deps-recommend)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/* bin/*
 

-- 
librdf-vcard-perl Debian packaging



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