[libtype-tiny-perl] 11/16: Update package relations: Build-depend on and enhance libfunction-parameters-perl.

Jonas Smedegaard dr at jones.dk
Thu Sep 14 10:52:34 UTC 2017


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 7357460f8c77c1648e4da5d0e32a03a5dd70c0b7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Sep 14 11:36:17 2017 +0200

    Update package relations: Build-depend on and enhance libfunction-parameters-perl.
---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index ae9f932..e4bac5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 pkg = $(DEB_SOURCE_PACKAGE)
 
 # Needed by upstream testsuite
-# TODO: add Sub::Exporter::Lexical and Function::Parameters when in Debian
+# TODO: add Sub::Exporter::Lexical when in Debian
 perl-deps-test = moose mouse class-insideout
 perl-deps-test += moosex-types mousex-types test-fatal
 perl-deps-test += moosex-types-common test-warnings match-simple
@@ -35,9 +35,10 @@ deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)
 deps-test +=, libvalidation-class-perl (>= 7.900017)
 deps-test +=, libobject-accessor-perl | perl (<= 5.18.2)
 
-# Needed by upstream testsuite and (always/seldom) at runtime
+# Needed by upstream testsuite and (always/seldom/by others) at runtime
 depends-test = libexporter-tiny-perl
 suggests-test = libdevel-stacktrace-perl
+enhances-test = libfunction-parameters-perl
 
 # Needed (often) at runtime
 # * recent perl or recent Scalar::List::Utils needed for Sub::Util
@@ -49,10 +50,10 @@ suggests = libdevel-lexalias-perl
 # TODO: get libtype-tie-perl in Debian
 enhances = libtype-tie-perl, libreply-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends-test), $(suggests-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends-test), $(suggests-test), $(enhances-test)
 CDBS_DEPENDS_$(pkg) = $(deps), $(depends-test)
 CDBS_RECOMMENDS_$(pkg) = $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests-test), $(suggests)
-CDBS_ENHANCES_$(pkg) = $(enhances)
+CDBS_ENHANCES_$(pkg) = $(enhances-test), $(enhances)
 
 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