[licensecheck] 01/03: Fix tighten (build-)dependency on libpath-tiny-perl and libstrictures-perl. Closes: Bug#832446. Thanks to Stuart Prescott.

Jonas Smedegaard dr at jones.dk
Mon Jul 25 18:04:51 UTC 2016


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

js pushed a commit to branch master
in repository licensecheck.

commit 75c4777b42afe8ab5dae940eb3e84c12ae0b8cf7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 25 18:40:33 2016 +0200

    Fix tighten (build-)dependency on libpath-tiny-perl and libstrictures-perl. Closes: Bug#832446. Thanks to Stuart Prescott.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e22a2a6..35d087c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,12 +23,14 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 pkg = $(DEB_SOURCE_PACKAGE)
 
 # Needed by upstream build and (always/often) at runtime
-perl-deps = getopt-long-descriptive path-tiny pod-constants
-perl-deps += string-escape try-tiny namespace-clean strictures
+perl-deps = getopt-long-descriptive pod-constants
+perl-deps += string-escape try-tiny namespace-clean
 perl-deps += string-copyright
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps +=, libmoo-perl (>= 1.001000)
+deps +=, libpath-tiny-perl (>= 0.062)
 deps +=, perl (>= 5.19.11) | libexperimental-perl
+deps +=, libstrictures-perl (>= 2)
 deps-recommend = bash-completion
 
 # Needed by upstream testsuite

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



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