[SCM] Debian packaging of libio-socket-ip-perl branch, master, updated. upstream/0.08-26-g0714239

gregor herrmann gregoa at debian.org
Mon Mar 19 19:12:34 UTC 2012


The following commit has been merged in the master branch:
commit 72bed6d123307affda5c98bf0abc6979170bda74
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Mar 19 20:10:21 2012 +0100

    we need Socket 1.97
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 918b0cf..af2b674 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libio-socket-inet6-perl,
  libtest-pod-perl,
  netbase,
- perl (>= 5.15.6) | libsocket-perl (>= 1.95)
+ perl (>= 5.15.6) | libsocket-perl (>= 1.97)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1
@@ -17,7 +17,7 @@ Package: libio-socket-ip-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  netbase,
- perl (>= 5.15.6) | libsocket-perl (>= 1.95)
+ perl (>= 5.15.6) | libsocket-perl (>= 1.97)
 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

-- 
Debian packaging of libio-socket-ip-perl



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