[libio-async-perl] 03/05: Add (build) dependency on libstruct-dumb-perl.

gregor herrmann gregoa at debian.org
Mon Oct 20 18:41:59 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 0daa24654c752c7b8c1f31ab18c3462b5ef26a09
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 20 20:27:41 2014 +0200

    Add (build) dependency on libstruct-dumb-perl.
---
 debian/control | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9bdcfe8..69a1b3d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,14 @@ Priority: optional
 Build-Depends: debhelper (>= 8),
                perl
 Build-Depends-Indep: libfuture-perl,
-                     perl (>= 5.19.8) | libio-socket-ip-perl,
+                     libstruct-dumb-perl,
                      libtest-fatal-perl,
                      libtest-identity-perl,
                      libtest-pod-perl,
                      libtest-refcount-perl,
                      netbase,
-                     perl (>= 5.17.8) | libsocket-perl (>= 2.007)
+                     perl (>= 5.17.8) | libsocket-perl (>= 2.007),
+                     perl (>= 5.19.8) | libio-socket-ip-perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-async-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-perl.git
@@ -25,8 +26,9 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libfuture-perl,
+         libstruct-dumb-perl,
          perl (>= 5.17.8) | libsocket-perl (>= 2.007)
-Recommends: libio-socket-ip-perl | perl (>= 5.19.8)
+Recommends: perl (>= 5.19.8) | libio-socket-ip-perl
 Breaks: libio-async-loop-epoll-perl (<< 0.09),
         libio-async-loop-glib-perl (<< 0.19)
 Description: module providing asynchronous filehandle I/O

-- 
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