[libparams-validate-perl] 01/02: Drop (build) dependency on JSON::PP.

gregor herrmann gregoa at debian.org
Tue Mar 29 16:47:21 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 f6bf4153f5f1551a4769e7d106484250c0e8826e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Mar 29 18:44:43 2016 +0200

    Drop (build) dependency on JSON::PP.
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2b04eb8..10dfec7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ 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.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparams-validate-perl.git
@@ -30,8 +29,7 @@ Architecture: any
 Depends: ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
-         libmodule-implementation-perl,
-         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
+         libmodule-implementation-perl
 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