[libtest-poe-server-tcp-perl] 03/06: Add (build-)dependency on Socket 2.0

Florian Schlichting fsfs at moszumanska.debian.org
Sat Apr 23 21:36:23 UTC 2016


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

fsfs pushed a commit to branch master
in repository libtest-poe-server-tcp-perl.

commit 0edaccb17629b09359c586e0d75116e5e515e64d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Apr 23 23:20:21 2016 +0200

    Add (build-)dependency on Socket 2.0
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fcec4ec..2e900fa 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
                      libpoe-perl,
+                     perl (>= 5.15.9) | libsocket-perl,
                      netbase
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-poe-server-tcp-perl.git
@@ -21,7 +22,8 @@ Package: libtest-poe-server-tcp-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libpoe-perl
+         libpoe-perl,
+         perl (>= 5.15.9) | libsocket-perl
 Description: test framework for TCP client libraries using POE
  Test::POE::Server::TCP is a Perl Object Environment (POE, see libpoe-perl)
  component that provides a TCP server framework for inclusion in your client

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-poe-server-tcp-perl.git



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