[SCM] libxml-atom-fromowl-perl Debian packaging branch, master, updated. debian/0.100-1-19-g83c5e7f

Jonas Smedegaard dr at jones.dk
Thu Jun 14 22:06:52 UTC 2012


The following commit has been merged in the master branch:
commit 3c422c616e3fd67981eba58170853e38bbfa1483
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 14 23:50:53 2012 +0200

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index ede7c6c..6583630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +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 = XML-Atom-FromOWL
 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 = 2cec060c1efe8991a90ca63b9590c7c1
 
-# Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libossp-uuid-perl, libnamespace-clean-perl
-common-depends += , librdf-trineshortcuts-perl, libxml-atom-perl, libxml-libxml-perl (>= 1.70)
+# Needed both by upstream build and at runtime
+perl-deps = common-sense ossp-uuid namespace-clean rdf-trineshortcuts
+perl-deps += xml-atom
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps += , libxml-libxml-perl (>= 1.70)
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libxml-atom-fromowl-perl Debian packaging



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