[SCM] libxml-atom-owl-perl Debian packaging branch, master, updated. debian/0.103-1-18-ge786a43
Jonas Smedegaard
dr at jones.dk
Fri Jun 28 14:41:41 UTC 2013
The following commit has been merged in the master branch:
commit 9b2f019633ecf2b01a6018acbd4c5769e9e3f03a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Jun 28 12:25:24 2013 +0200
Tidy rules file: Tighten package-specific CDBS variables and targets.
diff --git a/debian/rules b/debian/rules
index 4cacb4c..a519042 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,14 +21,17 @@ 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 = XML-Atom-OWL
#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 = 9e75516255fd751630c7187cc560918e
-# Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libdatetime-perl, libhttp-link-parser-perl, libwww-perl
-common-depends += , librdf-trine-perl, liburi-perl, libxml-libxml-perl
+# Needed by upstream build process and (always) at runtime
+perl-deps = common-sense datetime http-link-parser www rdf-trine uri
+perl-deps += xml-libxml
+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)
--
libxml-atom-owl-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list