[SCM] libhtml-embedded-turtle-perl Debian packaging branch, master, updated. debian/0.333-1-16-ga6d2354

Jonas Smedegaard dr at jones.dk
Fri Jun 7 11:21:28 UTC 2013


The following commit has been merged in the master branch:
commit d2190c0493ea0d8de56fb95315439f30e1e5602c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 7 12:21:25 2013 +0200

    Tidy variable names in rules file.

diff --git a/debian/rules b/debian/rules
index f2e3524..6bde7cf 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 = HTML-Embedded-Turtle
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
 #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = cef09b322890a9171e20392d22f5c26f
 
-# Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libnamespace-clean-perl, libobject-authority-perl, libossp-uuid-perl
-common-depends += , librdf-rdfa-parser-perl, librdf-trine-perl, librdf-trin3-perl
+# Needed by upstream build and (always) at runtime
+perl-deps = common-sense namespace-clean object-authority ossp-uuid
+perl-deps += rdf-rdfa-parser rdf-trine rdf-trin3
+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)

-- 
libhtml-embedded-turtle-perl Debian packaging



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