[libtype-tiny-perl] 04/08: (Build-)depend on libexporter-tiny-perl. Build-depend on libtest-tester-perl. Recommend libsub-name-perl.

Jonas Smedegaard js at moszumanska.debian.org
Wed Apr 30 14:24:05 UTC 2014


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 264a8f2642f2719094066bb60eb7350e0a5d5c39
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 30 15:33:27 2014 +0200

    (Build-)depend on libexporter-tiny-perl. Build-depend on libtest-tester-perl. Recommend libsub-name-perl.
---
 debian/rules | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index fbb53a5..754bd54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,25 +29,26 @@ 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
-perl-deps-test += moosex-types mousex-types test-fatal
+perl-deps-test += moosex-types mousex-types test-fatal test-tester
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
 deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 deps-test +=, libmoo-perl (>= 1.001000)
 deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)
 deps-test +=, libvalidation-class-perl (>= 7.900017)
 
-# Needed by upstream testsuite and (seldom) at runtime
+# Needed by upstream testsuite and (always/seldom) at runtime
+depends-test = libexporter-tiny-perl
 suggests-test = libdevel-stacktrace-perl
 
 # Needed (often) at runtime
-recommends = libdevel-lexalias-perl
+recommends = libdevel-lexalias-perl, libsub-name-perl
 
 # Improves other packages
 # TODO: get libtype-tie-perl in Debian
 enhances = libtype-tie-perl, libreply-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(suggests-test)
-CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends-test), $(suggests-test)
+CDBS_DEPENDS_$(pkg) = $(deps), $(depends-test)
 CDBS_RECOMMENDS_$(pkg) = $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests-test)
 CDBS_ENHANCES_$(pkg) = $(enhances)

-- 
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