[libjson-rpc-perl] 08/11: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Mon Oct 13 19:25:44 UTC 2014


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

gregoa pushed a commit to branch master
in repository libjson-rpc-perl.

commit 49bd2e5e848001e2e4e8837654f2f23864a4a9fc
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 13 21:12:08 2014 +0200

    Update (build) dependencies.
---
 debian/control | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index e4e5b37..a43342a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,19 @@ Uploaders: Benoit Mortier <benoit.mortier at opensides.be>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9), perl
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl (>= 0.380000),
+               perl
 Build-Depends-Indep: libclass-accessor-lite-perl,
                      libhttp-daemon-perl | libwww-perl (<< 6),
+                     libhttp-message-perl | libwww-perl (<< 6),
                      libjson-perl,
                      libjson-xs-perl,
                      libplack-perl,
                      librouter-simple-perl,
                      libtest-pod-perl,
-                     libwww-perl
+                     libwww-perl,
+                     perl (>= 5.13.10) | libcpan-meta-perl
 Build-Conflicts: libjson-rpc-perl (<< 1.0)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-rpc-perl.git
@@ -21,16 +25,18 @@ Homepage: https://metacpan.org/release/JSON-RPC
 
 Package: libjson-rpc-perl
 Architecture: all
-Depends: libclass-accessor-lite-perl,
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-lite-perl,
          libhttp-daemon-perl | libwww-perl (<< 6),
+         libhttp-message-perl | libwww-perl (<< 6),
          libjson-perl,
          libplack-perl,
          librouter-simple-perl,
-         libwww-perl,
-         ${misc:Depends},
-         ${perl:Depends}
+         libwww-perl
 Recommends: libjson-xs-perl
-Breaks: eiskaltdcpp-cli (<<2.2.8-2~), kgb-client (<< 1.28)
+Breaks: eiskaltdcpp-cli (<< 2.2.8-2~),
+        kgb-client (<< 1.28)
 Description: Perl implementation of JSON-RPC 1.1 protocol
  JSON::RPC is a stateless and light-weight remote procedure call (RPC)
  protocol for inter-networking applications over HTTP. It uses JSON

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



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