[SCM] libxrd-parser-perl Debian packaging branch, master, updated. debian/0.201-1-15-g50bb38b
Jonas Smedegaard
dr at jones.dk
Sat Jun 29 15:05:01 UTC 2013
The following commit has been merged in the master branch:
commit d96b6b84fac08f29d9f3871e489e239f3db1443a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jun 29 16:28:21 2013 +0200
Tidy rules file: Tighten package-specific CDBS variables and targets.
diff --git a/debian/rules b/debian/rules
index 5dbb5f7..a4f1a43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +22,16 @@ 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 = XRD-Parser
#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XRD
DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_MD5 = 535e0ad50dba794499e12cb3bdfabd43
-# Needed both by upstream build process and at runtime
-common-depends = libossp-uuid-perl, libwww-perl, libxml-libxml-perl, librdf-trine-perl
-common-depends += , libobject-authority-perl, liburi-perl, libhttp-link-parser-perl
+# Needed by upstream build process and (always) at runtime
+perl-deps = ossp-uuid www xml-libxml rdf-trine object-authority uri http-link-parser
+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)
--
libxrd-parser-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list