[libio-socket-ip-perl] 01/02: Switch Depends from perl to perl-base as a special case, for a module which is likely to become part of perl-base in 5.20 (Closes: #735925)

dom at earth.li dom at earth.li
Sun Jan 19 12:05:30 UTC 2014


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

dom pushed a commit to branch master
in repository libio-socket-ip-perl.

commit addacb0f09ebcc47ca1e5ac9eb8adb3f4bab9aad
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Jan 19 11:39:08 2014 +0000

    Switch Depends from perl to perl-base as a special case, for a module which is likely to become part of perl-base in 5.20 (Closes: #735925)
---
 debian/changelog | 8 ++++++++
 debian/control   | 7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5190294..58dab2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libio-socket-ip-perl (0.25-2) UNRELEASED; urgency=medium
+
+  * Switch Depends from perl to perl-base as a special case, for a
+    module which is likely to become part of perl-base in 5.20
+    (Closes: #735925)
+
+ -- Dominic Hargreaves <dom at earth.li>  Sun, 19 Jan 2014 11:37:15 +0000
+
 libio-socket-ip-perl (0.25-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 41b97dc..cadd02d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libio-socket-ip-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
            Xavier Guimard <x.guimard at free.fr>,
-           Dominique Dumont <dod at debian.org>
+           Dominique Dumont <dod at debian.org>,
+           Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
@@ -19,10 +20,12 @@ 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 (>= 5.15.6) | libsocket-perl (>= 1.97)
+         perl-base (>= 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