[libparams-validate-perl] 04/06: Add (build) dependency on JSON::PP 2.27300.

gregor herrmann gregoa at debian.org
Sun Feb 14 00:59:11 UTC 2016


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

gregoa pushed a commit to branch master
in repository libparams-validate-perl.

commit 3badaae4dcb2324cc0f99a2c456e70d4f7c01ddd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 14 01:52:18 2016 +0100

    Add (build) dependency on JSON::PP 2.27300.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f426a2c..22ce70d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 9.20120312~),
                libtest-requires-perl,
                libtest-taint-perl,
                perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+               perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300),
                perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparams-validate-perl.git
@@ -29,7 +30,8 @@ Architecture: any
 Depends: ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
-         libmodule-implementation-perl
+         libmodule-implementation-perl,
+         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
 Description: Perl module to validate parameters to Perl method/function calls
  Params::Validate is a Perl module providing a flexible way to validate method
  and function call parameters. The validation can be as simple as checking for

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



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