[libdist-inkt-role-hg-perl] 01/02: Update package relations: Fix recommend mercurial.
Jonas Smedegaard
dr at jones.dk
Sat Apr 30 13:00:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libdist-inkt-role-hg-perl.
commit ed7bf5cb081e8e5020d165155f31b6a211cef718
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Apr 30 15:03:00 2016 +0200
Update package relations: Fix recommend mercurial.
---
debian/control.in | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/control.in b/debian/control.in
index c55e29a..3d7ddf7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,6 +14,7 @@ Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
+Recommends: ${cdbs:Recommends}
Description: Mercurial-related behaviour for Dist::Inkt
Dist::Inkt::Role::Hg extends the perl distribution builder Dist::Inkt
with the following features:
diff --git a/debian/rules b/debian/rules
index f78ccf1..c434900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,11 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
# Needed by upstream build and (always) at runtime
perl-deps = dist-inkt file-chdir moose type-tiny namespace-autoclean
deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps-recommend = mercurial
# Needed by upstream testsuite
deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
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-role-hg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list