[SCM] Debian packaging of libio-socket-ip-perl branch, master, updated. debian/0.16-2-32-g96afa99

Dominique Dumont dod at debian.org
Tue May 7 12:20:43 UTC 2013


The following commit has been merged in the master branch:
commit a05234d7286cd147bd00bfd4d72725f622c25489
Author: Dominique Dumont <dod at debian.org>
Date:   Tue May 7 14:14:05 2013 +0200

    put back versioned dependencies of libsocket-perl.
    
    Otherwise, pbuilder will be satisfied by libsocket-perl provided
    by perl-base (which is too old)

diff --git a/debian/control b/debian/control
index e7c4e7c..e9ac57d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,11 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                perl
+# do not remove the versioned build-dep on libsocket-perl. Otherwise, pbuilder will be satisfied by perl-base package which provides libsocket-perl 1.94
 Build-Depends-Indep: libio-socket-inet6-perl,
                      libtest-pod-perl,
                      netbase,
-                     libsocket-perl
+                     libsocket-perl (>= 1.97) | 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
@@ -21,7 +22,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          netbase,
-         libsocket-perl
+         libsocket-perl (>= 1.97) | 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

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



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