[libnet-inet6glue-perl] 05/08: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Mon Jan 20 20:41:57 UTC 2014


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

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

commit a6c435adc85a4bdc33f446ef78034bd480de1608
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 20 21:38:54 2014 +0100

    Update (build) dependencies.
    
    The module prefers IO::Socket::IP now.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 348e586..6c212de 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Michael Stapelberg <stapelberg at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               libio-socket-inet6-perl
+               libio-socket-ip-perl (>= 0.25) | libio-socket-inet6-perl
 Build-Depends-Indep: perl
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/Net-INET6Glue/
@@ -15,7 +15,7 @@ Package: libnet-inet6glue-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libio-socket-inet6-perl
+         libio-socket-ip-perl (>= 0.25) | libio-socket-inet6-perl
 Description: glue module to make perl modules IPv6 ready
  Net::INET6Glue is a collection of modules to make common modules IPv6 ready
  by hotpatching them.

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



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