[libhttp-browserdetect-perl] 04/06: Ensure JSON::PP 2.27300 at buildtime and runtime.

gregor herrmann gregoa at debian.org
Fri Feb 12 20:47:18 UTC 2016


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

gregoa pushed a commit to branch master
in repository libhttp-browserdetect-perl.

commit a8fecb658b4b7754e54abf1a52dbf6209bac1a7b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Feb 12 21:44:38 2016 +0100

    Ensure JSON::PP 2.27300 at buildtime and runtime.
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c10164e..305d2d9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libpath-tiny-perl,
                      libtest-failwarnings-perl,
                      libtest-most-perl,
                      libtest-nowarnings-perl,
-                     perl (>= 5.13.9) | libjson-pp-perl
+                     perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-browserdetect-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-browserdetect-perl.git
@@ -25,7 +25,8 @@ Testsuite: autopkgtest-pkg-perl
 Package: libhttp-browserdetect-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
 Description: module to extract system data from an HTTP User Agent string
  HTTP::BrowserDetect is a Perl module that attempts to identify the browser,
  software version and platform associated with a given HTTP User Agent string.

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



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