[libnet-inet6glue-perl] 05/08: Add alternative (build-)dependency on perl

Salvatore Bonaccorso carnil at debian.org
Mon Sep 8 18:01:24 UTC 2014


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

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

commit 60aa43a484c576daca65973583ad61575936064f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Sep 8 19:55:07 2014 +0200

    Add alternative (build-)dependency on perl
    
    Add alternative Build-Depends and Depends on perl (>= 5.19.8) which
    includes the required version of IO::Socket::IP in Perl core.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3b403dd..756b838 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-ip-perl (>= 0.25) | libio-socket-inet6-perl
+               perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.25) | libio-socket-inet6-perl
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Net-INET6Glue
@@ -15,7 +15,7 @@ Package: libnet-inet6glue-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libio-socket-ip-perl (>= 0.25) | libio-socket-inet6-perl
+         perl (>= 5.19.8) | 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