[libgearman-client-perl] 04/05: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Tue Dec 27 21:15:59 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgearman-client-perl.

commit 95384329531de90c65493d35cf30fc55f76ce638
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 22:13:31 2016 +0100

    Update build and runtime dependencies.
---
 debian/control | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 0dae881..28e9f80 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,20 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: gearman-server,
+                     libfile-which-perl,
+                     libio-socket-ssl-perl,
+                     liblist-moreutils-perl,
+                     libproc-guard-perl,
+                     libref-util-perl,
                      libstring-crc32-perl,
+                     libtest-differences-perl,
                      libtest-exception-perl,
+                     libtest-tcp-perl (>= 2.17),
                      libtest-timer-perl,
-                     gearman-server,
-                     netbase
+                     netbase,
+                     perl (>= 5.19.8) | libio-socket-ip-perl,
+                     perl
 Build-Conflicts: gearman-server (<< 1.11)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgearman-client-perl.git
@@ -21,7 +29,11 @@ Package: libgearman-client-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libstring-crc32-perl
+         libio-socket-ssl-perl,
+         liblist-moreutils-perl,
+         libref-util-perl,
+         libstring-crc32-perl,
+         perl (>= 5.19.8) | libio-socket-ip-perl
 Breaks: gearman-server (<< 1.11)
 Description: client for the Gearman distributed job system
  Gearman is a system to farm out work to other machines, dispatching function

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



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