[SCM] libunicode-escape-perl Debian packaging branch, master, updated. debian/0.0.2-2-17-g6f97e48

Jonas Smedegaard dr at jones.dk
Mon Jul 1 13:19:04 UTC 2013


The following commit has been merged in the master branch:
commit 6f949467f3d13d3e5c0ef538789f7a86f8052dd8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 1 15:14:31 2013 +0200

    Tidy rules file: Tighten package-specific CDBS variables.

diff --git a/debian/rules b/debian/rules
index 37a8f76..c564f4f 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 = Unicode-Escape
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Unicode
 DEB_UPSTREAM_TARBALL_MD5 = 58a0a790b393a817494fa71422dd7042
 
-# Needed both by upstream build process and at runtime
-common-depends = libunicode-string-perl
+# Needed by upstream build and (always) at runtime
+deps = libunicode-string-perl
 
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS = $(common-depends)
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libunicode-escape-perl Debian packaging



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