[libcode-tidyall-perl] 02/03: Update package relations: (Build-)depend on libpath-tiny-perl libspecio-perl libspecio-library-path-tiny-perl. Build-depend on and recommend libparallel-forkmanager-perl. Tighten to (build-)depend versioned on libmoo-perl.

Jonas Smedegaard dr at jones.dk
Mon Dec 26 12:54:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 9ec2a3d2a2a79644c2c861a53301baa3107f97cc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 20:07:19 2016 +0100

    Update package relations: (Build-)depend on libpath-tiny-perl libspecio-perl libspecio-library-path-tiny-perl. Build-depend on and recommend libparallel-forkmanager-perl. Tighten to (build-)depend versioned on libmoo-perl.
---
 debian/rules | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ffcedf0..7b8a078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,13 @@ pkg = $(DEB_SOURCE_PACKAGE)
 # Needed by upstream build process and (always) at runtime
 perl-deps = capture-tiny config-ini timedate file-slurp-tiny file-zglob
 perl-deps += file-which guard ipc-run3 ipc-system-simple list-compare
-perl-deps += list-someutils log-any moo time-duration-parse try-tiny
+perl-deps += list-someutils log-any specio specio-library-path-tiny
+perl-deps += time-duration-parse try-tiny
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 2)
+deps +=, libpath-tiny-perl (>= 0.098)
 deps +=, libtext-diff-perl (>= 1.44)
+deps-recommend = libparallel-forkmanager-perl
 
 # Needed by upstream testsuite
 deps-test = libtest-class-most-perl, libtest-differences-perl
@@ -43,9 +47,9 @@ Suggests = php-codesniffer
 #  * Code::TidyAll::SVN::* are intended for direct use with subversion
 enhances = git, subversion
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_RECOMMENDS_$(pkg) = $(recommends)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests)
 CDBS_ENHANCES_$(pkg) = $(enhances)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list