[libtype-tiny-perl] 24/27: Suggest (not only build-depend on) libdevel-stacktrace-perl.
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 21:13:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libtype-tiny-perl.
commit 1e0427f5f0c395c6129f829a6f811c30c45b7325
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Aug 9 22:17:23 2013 +0200
Suggest (not only build-depend on) libdevel-stacktrace-perl.
---
debian/rules | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 18fb442..70338cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
# Needed by upstream testsuite
# TODO: add Sub::Exporter::Lexical and Function::Parameters when in Debian
-perl-deps-test = moose mouse class-insideout devel-stacktrace
+perl-deps-test = moose mouse class-insideout
perl-deps-test += moosex-types mousex-types test-fatal
deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
@@ -36,7 +36,11 @@ deps-test +=, libmoo-perl (>= 1.001000)
deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)
deps-test +=, libvalidation-class-perl (>= 7.900017)
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+# Needed by upstream testsuite and (seldom) at runtime
+suggests-test = libdevel-stacktrace-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(suggests-test)
CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_SUGGESTS_$(pkg) = $(suggests-test)
DEB_INSTALL_EXAMPLES_$(pkg) = examples/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list