[libio-socket-ip-perl] 02/03: Remove version in libsocket-perl dependency

Xavier Guimard xguimard-guest at alioth.debian.org
Fri Sep 13 04:34:13 UTC 2013


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

xguimard-guest pushed a commit to branch master
in repository libio-socket-ip-perl.

commit 8a9977f6bc0e752ee8d96bbad8363b4a088e3d8e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Sep 13 06:33:21 2013 +0200

    Remove version in libsocket-perl dependency
---
 debian/control |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e9ac57d..da2eb45 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8),
 Build-Depends-Indep: libio-socket-inet6-perl,
                      libtest-pod-perl,
                      netbase,
-                     libsocket-perl (>= 1.97) | perl (>= 5.15.6)
+                     libsocket-perl | perl (>= 5.15.6)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-ip-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-socket-ip-perl.git
@@ -22,7 +22,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          netbase,
-         libsocket-perl (>= 1.97) | perl (>= 5.15.6)
+         libsocket-perl | perl (>= 5.15.6)
 Description: module for using IPv4 and IPv6 sockets in a protocol-independent way
  IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
  sockets. It allows new connections to be made by specifying the hostname and

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



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