[SCM] librdf-kml-exporter-perl Debian packaging branch, master, updated. debian/0.002-2-17-g7af2dff

Jonas Smedegaard dr at jones.dk
Thu Jun 14 20:52:34 UTC 2012


The following commit has been merged in the master branch:
commit c24c2420fc019575d1ccd971420e994a97f8c8f6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 14 22:25:19 2012 +0200

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index 2f63eff..afa6706 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,12 +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 = RDF-KML-Exporter
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF
 DEB_UPSTREAM_TARBALL_MD5 = 9bea5e3cbb3e3a95c3daa824d2692f97
 
-# Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libgeo-googleearth-pluggable-perl, libnamespace-clean-perl, librdf-trineshortcuts-perl
+# Needed both by upstream build and at runtime
+perl-deps = common-sense geo-googleearth-pluggable namespace-clean
+perl-deps += rdf-trineshortcuts
+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)

-- 
librdf-kml-exporter-perl Debian packaging



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