[SCM] libxml-commonns-perl Debian packaging branch, master, updated. debian/0.06-1-18-g19d36ac

Jonas Smedegaard dr at jones.dk
Mon Jul 1 11:26:59 UTC 2013


The following commit has been merged in the master branch:
commit b287f385cc796bca6f5f20e13530c207c26f5a63
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 1 13:22:35 2013 +0200

    Tidy rules file: Tighten package-specific CDBS variables.

diff --git a/debian/rules b/debian/rules
index 889c9ca..b764520 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,14 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/perl-build.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+pkg = $(DEB_SOURCE_PACKAGE)
+
 DEB_UPSTREAM_PACKAGE = XML-CommonNS
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 DEB_UPSTREAM_TARBALL_MD5 = b1825e94c93a91f4d54502c434818fb7
 
-# Needed both by upstream build process and at runtime
-common-depends = libxml-namespacefactory-perl
+# Needed by upstream build and (always) at runtime
+deps = libxml-namespacefactory-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS = $(common-depends)
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libxml-commonns-perl Debian packaging



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