[SCM] librdf-acl-perl Debian packaging branch, master, updated. debian/0.101-2-12-g6a25ab4

Jonas Smedegaard dr at jones.dk
Tue Jun 5 22:24:27 UTC 2012


The following commit has been merged in the master branch:
commit cfa50f590b1f807565bf6265e1a5d014303ee833
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jun 6 00:01:35 2012 +0200

    Tidy dependency handling in rules file.

diff --git a/debian/rules b/debian/rules
index c84d035..9bf00bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 0af9dfe41e99f9c174069ba17e1e83aa
 
 # Needed both by upstream build process and at runtime
-common-depends = libdata-uuid-perl, liberror-perl, librdf-trineshortcuts-perl, libxml-libxml-perl, liburi-perl
+perl-deps = data-uuid error rdf-trineshortcuts xml-libxml uri
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 
-CDBS_BUILD_DEPENDS += , $(common-depends), libmodule-signature-perl (>= 0.66)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps), libmodule-signature-perl (>= 0.66)
+CDBS_DEPENDS_ALL = $(deps)

-- 
librdf-acl-perl Debian packaging



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