[libdist-inkt-profile-tobyink-perl] 01/17: Fix depend on cpanminus.
Jonas Smedegaard
dr at jones.dk
Tue Aug 15 22:03:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libdist-inkt-profile-tobyink-perl.
commit 059e117f512480465826c18cc897c5775b064253
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Aug 15 20:45:36 2017 +0200
Fix depend on cpanminus.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bad76ad..aad1492 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,9 +33,12 @@ perl-deps += dist-inkt-role-test-kwalitee test-eol test-tabs
deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
deps-recommend = cpanminus
+# Needed (always) at runtime
+depends = cpanminus
+
# Needed by upstream testsuite
deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends)
CDBS_DEPENDS_$(pkg) = $(deps)
CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-inkt-profile-tobyink-perl.git
More information about the Pkg-perl-cvs-commits
mailing list