This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libio-socket-ip-perl.
commit e62298a8244c2281fe25444d24f5a920e27d93a3 Author: Salvatore Bonaccorso <[email protected]> Date: Sun Nov 12 14:13:41 2017 +0100 Drop old requirements for Socket version The required version is satisfied in the oldstable distribution (jessie) now already. --- debian/control | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/control b/debian/control index bb6cbe8..a2ff1d5 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,9 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-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, - perl (>= 5.15.6) | libsocket-perl (>= 1.97), perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-socket-ip-perl.git @@ -22,12 +20,9 @@ Homepage: https://metacpan.org/release/IO-Socket-IP Package: libio-socket-ip-perl Architecture: all -# Exceptionally depend on perl-base, as this is expected to become part -# of perl-base soon. Depends: ${misc:Depends}, ${perl:Depends}, - netbase, - perl-base (>= 5.15.6) | libsocket-perl (>= 1.97) + netbase 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ip-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
