[SCM] Debian packaging of libio-socket-ssl-perl branch, master, updated. debian/1.93-1-2-g6fba4be

Salvatore Bonaccorso carnil at debian.org
Fri May 31 12:03:41 UTC 2013


The following commit has been merged in the master branch:
commit 94af65a2735c7281c00bf766a093bf2477b39367
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri May 31 13:53:27 2013 +0200

    Correct versioned (build-)dependencies for Socket
    
    Adjust versioned Build-Depends-Indep and Recommends for libsocket-perl
    to (>= 1.950).

diff --git a/debian/control b/debian/control
index 65c84cf..5979b1a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libio-socket-ip-perl (>= 0.20) | libio-socket-inet6-perl,
                      libnet-libidn-perl,
                      libnet-ssleay-perl (>= 1.46),
-                     libsocket-perl (>= 1.95) | perl (>= 5.15.6) | libsocket6-perl,
+                     libsocket-perl (>= 1.950) | perl (>= 5.15.6) | libsocket6-perl,
                      netbase,
                      perl,
                      procps
@@ -30,7 +30,7 @@ Depends: ${misc:Depends},
          netbase
 Recommends: libio-socket-ip-perl (>= 0.20) | libio-socket-inet6-perl,
             libnet-libidn-perl | liburi-perl (>= 1.50),
-            perl (>= 5.15.6) | libsocket-perl (>= 1.95) | libsocket6-perl
+            perl (>= 5.15.6) | libsocket-perl (>= 1.950) | libsocket6-perl
 Description: Perl module implementing object oriented interface to SSL sockets
  This module is a true drop-in replacement for IO::Socket::INET that
  uses SSL to encrypt data before it is transferred to a remote server

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



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