[SCM] libxml-libxml-lazybuilder-perl Debian packaging branch, master, updated. debian/0.06-1-8-g14edb54

Jonas Smedegaard dr at jones.dk
Tue Dec 11 00:26:17 UTC 2012


The following commit has been merged in the master branch:
commit 0f2b94c85e5cfb75ce969b82c8abfeedd249f3f6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 11 01:19:36 2012 +0100

    Tidy rules file.

diff --git a/debian/rules b/debian/rules
index a90391b..3b7f4fb 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-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+pkg = $(DEB_SOURCE_PACKAGE)
+
 DEB_UPSTREAM_PACKAGE = XML-LibXML-LazyBuilder
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
 DEB_UPSTREAM_TARBALL_MD5 = 70f36c541452e46e5f9d12ae35b8617e
 
-# Needed both by upstream build process and at runtime
-common-depends = libxml-libxml-perl
+# Needed by upstream build process and (always) at runtime
+deps = libxml-libxml-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS += , $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libxml-libxml-lazybuilder-perl Debian packaging



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