[SCM] libwww-finger-perl Debian packaging branch, master, updated. debian/0.104-1-4-ga3e7348

Jonas Smedegaard dr at jones.dk
Tue Aug 7 02:35:27 UTC 2012


The following commit has been merged in the master branch:
commit 573d2b91cca487db4a2db284ac19e3d5b66100e1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 7 04:33:42 2012 +0200

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index 17c4153..deee814 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,15 +22,18 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+pkg = $(DEB_SOURCE_PACKAGE)
+
 DEB_UPSTREAM_PACKAGE = WWW-Finger
 #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 = 451db1756ef8f86d96c63071be8f4b3c
 
-# Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libhttp-link-parser-perl
-common-depends += , libhttp-lrdd-perl, libjson-perl, libwww-perl, libnamespace-clean-perl, libobject-authority-perl, librdf-query-perl, librdf-query-client-perl
-common-depends += , librdf-trine-perl, libxrd-parser-perl, liburi-perl
+# Needed both by upstream build and (always) at runtime
+perl-deps = common-sense http-link-parser http-lrdd json www
+perl-deps += namespace-clean object-authority rdf-query rdf-query-client
+perl-deps += rdf-trine xrd-parser uri
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libwww-finger-perl Debian packaging



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