[SCM] libxml-libxml-debugging-perl Debian packaging branch, master, updated. debian/0.102-1-19-g13bd7f5
Jonas Smedegaard
dr at jones.dk
Sat Jun 29 14:19:58 UTC 2013
The following commit has been merged in the master branch:
commit 58ce2f7ccb7bc47a5f43f569bab5e802e0e28a57
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jun 29 10:18:29 2013 +0200
Tidy rules file: Tighten package-specific CDBS variables and targets.
diff --git a/debian/rules b/debian/rules
index 52d7b4c..4aa5282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,13 +21,15 @@ 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-Debugging
#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XML
DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_MD5 = 963f922525bd9b22b907b5d4afc73d08
-# Needed both by upstream build process and at runtime
-common-depends = libhtml-html5-entities-perl, libxml-libxml-perl
+# Needed by upstream build process and (always) at runtime
+deps = libhtml-html5-entities-perl, libxml-libxml-perl
-CDBS_BUILD_DEPENDS += , $(common-depends)
-CDBS_DEPENDS_ALL = $(common-depends)
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
--
libxml-libxml-debugging-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list