[libmodule-install-trustmetayml-perl] 20/24: Tidy rules file.

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 15:18:41 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-trustmetayml-perl.

commit ab26cca5f7f4067765358e972b99ffb6004ca068
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 17:02:04 2013 +0200

    Tidy rules file.
---
 debian/rules |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2ed779a..e9e46cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,13 @@ 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-TrustMetaYml
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
-# Needed both by upstream build process and at runtime
+# Needed by upstream build and (always) at runtime
 deps = libyaml-tiny-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-trustmetayml-perl.git



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