[libio-socket-ip-perl] 01/01: Change libsocket-perl dependency to "perl (>= 5.15.6) | libsocket-perl (>= 1.97)"
Xavier Guimard
xguimard-guest at alioth.debian.org
Sat Sep 14 06:46:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
xguimard-guest pushed a commit to branch master
in repository libio-socket-ip-perl.
commit 44e6b06b2614e2ec4b738c0217a2d5850da43c2b
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Sep 14 08:46:24 2013 +0200
Change libsocket-perl dependency to "perl (>= 5.15.6) | libsocket-perl (>= 1.97)"
---
debian/changelog | 14 ++++----------
debian/control | 4 ++--
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7eb9e08..d48a9b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,10 @@
-libio-socket-ip-perl (0.23-1) UNRELEASED; urgency=low
-
- TODO:
- the Socket (build) dependency should be written as
- perl (>= 5.15.6) | libsocket-perl (>= 1.97)
- (we have 5.18 now, and we need a version since libsocket-perl is provided by
- older perl-base's)
- cf. also the comment in debian/control!
+libio-socket-ip-perl (0.23-1) unstable; urgency=low
* Imported Upstream version 0.23
- * Remove version in libsocket-perl dependency
+ * Change libsocket-perl dependency to
+ "perl (>= 5.15.6) | libsocket-perl (>= 1.97)"
- -- Xavier Guimard <x.guimard at free.fr> Fri, 13 Sep 2013 06:33:30 +0200
+ -- Xavier Guimard <x.guimard at free.fr> Sat, 14 Sep 2013 08:45:23 +0200
libio-socket-ip-perl (0.21-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index da2eb45..46d0b1b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8),
Build-Depends-Indep: libio-socket-inet6-perl,
libtest-pod-perl,
netbase,
- libsocket-perl | perl (>= 5.15.6)
+ perl (>= 5.15.6) | libsocket-perl (>= 1.97)
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
@@ -22,7 +22,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
netbase,
- libsocket-perl | perl (>= 5.15.6)
+ perl (>= 5.15.6) | libsocket-perl (>= 1.97)
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
More information about the Pkg-perl-cvs-commits
mailing list