[libio-async-perl] 06/07: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Mon May 12 19:17:23 UTC 2014


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

gregoa pushed a commit to branch master
in repository libio-async-perl.

commit 9873f50b5633ba14c292597c985675c4f66c81e2
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 12 21:11:37 2014 +0200

    Update (build) dependencies.
---
 debian/control | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index a238909..0ca41d7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,14 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                perl
-Build-Depends-Indep: libfuture-perl (>= 0.16),
-                     libio-socket-ip-perl,
+Build-Depends-Indep: libfuture-perl,
+                     libio-socket-ip-perl | perl (>= 5.19.8),
                      libtest-fatal-perl,
                      libtest-identity-perl,
                      libtest-pod-perl,
                      libtest-refcount-perl,
                      netbase,
-                     perl (>= 5.14) | libsocket-getaddrinfo-perl,
-                     perl (>= 5.15.6) | libsocket-perl
+                     perl (>= 5.17.8) | libsocket-perl (>= 2.007)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-perl.git
@@ -25,10 +24,9 @@ Package: libio-async-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libfuture-perl (>= 0.16),
-         perl (>= 5.14) | libsocket-getaddrinfo-perl,
-         perl (>= 5.15.6) | libsocket-perl
-Recommends: libio-socket-ip-perl
+         libfuture-perl,
+         perl (>= 5.17.8) | libsocket-perl (>= 2.007)
+Recommends: libio-socket-ip-perl | perl (>= 5.19.8)
 Breaks: libio-async-loop-epoll-perl (<< 0.09),
         libio-async-loop-glib-perl (<< 0.19)
 Description: module providing asynchronous filehandle I/O
@@ -39,4 +37,3 @@ Description: module providing asynchronous filehandle I/O
  other objects that perform the actual I/O work required by the program. This
  versatile loop supports features like timers and signal handlers through its
  various included subclasses.
-

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



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