[SCM] Debian packaging of libio-socket-ip-perl branch, master, updated. 4f5371fafc0d7c8ee63aed119ae439e1e6ffc9a0

gregor herrmann gregoa at debian.org
Wed Jan 18 19:43:12 UTC 2012


The following commit has been merged in the master branch:
commit 0d344265bb2c0ad3a42b7c8464aff33dbd6f018c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 18 20:41:16 2012 +0100

    Remove (build) dependency on libsocket-getaddrinfo-perl, add (build)
    dependency on Socket 1.95.

diff --git a/debian/control b/debian/control
index b1014ca..918b0cf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libio-socket-inet6-perl,
- libsocket-getaddrinfo-perl,
  libtest-pod-perl,
- netbase
+ netbase,
+ perl (>= 5.15.6) | libsocket-perl (>= 1.95)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1
@@ -16,9 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-
 Package: libio-socket-ip-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libsocket-getaddrinfo-perl,
- perl,
- netbase
+ netbase,
+ perl (>= 5.15.6) | libsocket-perl (>= 1.95)
 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