[libmodule-install-doap-perl] 19/34: Tidy rules file.
Jonas Smedegaard
js at alioth.debian.org
Thu Aug 8 16:13:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-doap-perl.
commit 34e12fd8441aa81066f32f5187a9a81277c05ddd
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 7 20:59:28 2013 +0200
Tidy rules file.
---
debian/rules | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 43b324c..9e56304 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 = Module-Install-DOAP
DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module
DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
DEB_UPSTREAM_TARBALL_MD5 = e60c376e06117d9fe93256d159b4a9ab
-# Needed both by upstream testsuite and at runtime
+# Needed by upstream testsuite and (always) at runtime
deps = libmodule-install-perl, libmodule-install-rdf-perl, librdf-trine-perl
-CDBS_BUILD_DEPENDS += , $(deps)
-CDBS_DEPENDS_ALL = $(deps)
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list