[libnet-ldap-perl] 06/09: Add perl (>= 5.19.8) as an alternative for IO::Socket::IP.

gregor herrmann gregoa at debian.org
Mon May 4 15:29:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ldap-perl.

commit 07f9d44a0a99cfed0de88e263ec21d7c3e80761a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 4 17:20:46 2015 +0200

    Add perl (>= 5.19.8) as an alternative for IO::Socket::IP.
---
 debian/control | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 9952e36..2dcbff7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,25 +7,25 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
            Xavier Guimard <x.guimard at free.fr>,
            Daniel Lintott <daniel at serverb.co.uk>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libauthen-sasl-perl,
                      libconvert-asn1-perl,
                      libdigest-hmac-perl,
                      libgssapi-perl,
-                     libio-socket-ip-perl | libio-socket-inet6-perl,
                      libio-socket-ssl-perl,
                      libjson-perl,
                      liburi-perl,
+                     libwww-perl,
                      libxml-sax-perl,
                      libxml-sax-writer-perl,
-                     libwww-perl,
+                     perl (>= 5.19.8) | libio-socket-ip-perl | libio-socket-inet6-perl,
                      perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-ldap-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-ldap-perl.git
 Homepage: http://ldap.perl.org/
-Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-ldap-perl
 Architecture: all
@@ -36,15 +36,14 @@ Recommends: libgssapi-perl,
             libwww-perl
 Suggests: libauthen-sasl-perl,
           libdigest-hmac-perl,
-          libio-socket-ip-perl | libio-socket-inet6-perl,
           libio-socket-ssl-perl,
           libjson-perl,
           liburi-perl,
           libxml-parser-perl,
-          libxml-sax-perl
+          libxml-sax-perl,
+          perl (>= 5.19.8) | libio-socket-ip-perl | libio-socket-inet6-perl
 Description: client interface to LDAP servers
  Net::LDAP is a collection of Perl modules that implement an interface to
  various LDAP services. The module is capable of searching directories or
  performing maintenance functions such as adding, deleting or modifying
  entries.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ldap-perl.git



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