[libdebug-client-perl] 03/04: Add alternative for IO::Socket::IP (build) dependency.

gregor herrmann gregoa at debian.org
Sat Jun 28 17:49:07 UTC 2014


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

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

commit b8cfa2a0d2d0f7ec03e5446f82f88d220d4bab33
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 28 19:45:33 2014 +0200

    Add alternative for IO::Socket::IP (build) dependency.
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 889ecce..63315f5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libfile-homedir-perl (>= 0.98),
-                     libio-socket-ip-perl (>= 0.21),
+                     libio-socket-ip-perl (>= 0.21) | perl (>= 5.19.8),
                      libpadwalker-perl,
                      libterm-readline-gnu-perl,
                      libtest-class-perl (>= 0.36),
@@ -24,7 +24,7 @@ Package: libdebug-client-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libio-socket-ip-perl (>= 0.21),
+         libio-socket-ip-perl (>= 0.21) | perl (>= 5.19.8),
          libpadwalker-perl,
          libterm-readline-gnu-perl,
          perl (>= 5.17.3)
@@ -33,4 +33,3 @@ Description: module to debug Perl programs remotely
  your Perl software. Its interface consists of connecting to a remote Perl
  session, permitting manipulation of breakpoints and providing stack traces
  or variable values where needed.
-

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



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