[SCM] Debian packaging of libio-socket-ssl-perl branch, master, updated. debian/1.74-1-9-g7ec6c84

Salvatore Bonaccorso carnil at debian.org
Sat Jun 16 16:06:47 UTC 2012


The following commit has been merged in the master branch:
commit d1ed28fa0f87d61bcfdf251522ce0fefffce2961
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jun 16 18:01:59 2012 +0200

    Change order for IPv6 enabling modules
    
    Change order of Recommends for IO::Socket::IP and IO::Socket::INET6.

diff --git a/debian/control b/debian/control
index 7d3bc38..5e62e44 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libnet-ssleay-perl,
  perl (>= 5.15.6) | libsocket-perl (>= 1.95),
  netbase
-Recommends: libio-socket-inet6-perl | libio-socket-ip-perl (>= 0.11)
+Recommends: libio-socket-ip-perl (>= 0.11) | libio-socket-inet6-perl
  libnet-libidn-perl | liburi-perl (>= 1.50)
 Description: Perl module implementing object oriented interface to SSL sockets
  This module is a true drop-in replacement for IO::Socket::INET that
@@ -38,5 +38,5 @@ Description: Perl module implementing object oriented interface to SSL sockets
  SSL version selection.  As an extra bonus, it works perfectly with
  mod_perl.
  .
- IO::Socket::SSL uses IPv6 if libio-socket-inet6-perl or libio-socket-ip-perl
- (>= 0.11) is installed.
+ IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.11) or
+ libio-socket-inet6-perl is installed.

-- 
Debian packaging of libio-socket-ssl-perl



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