[SCM] Debian packaging of libio-async-perl branch, master, updated. debian/0.44-1-6-g5007232

Salvatore Bonaccorso carnil at debian.org
Sat Nov 26 14:10:25 UTC 2011


The following commit has been merged in the master branch:
commit 59b12381fc0c9ae986fd21132725d9ef17e47525
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Nov 26 14:43:15 2011 +0100

    Change dependencies on libsocket-getaddrinfo-perl
    
    As of Perl 5.13.9, core's Socket now contains getaddrinfo, getnameinfo,
    and all the associated constants.
    
    Change (Build-)Depends(-Indep) on libsocket-getaddrinfo-perl to an
    alternate dependency perl (>= 5.14) | libsocket-getaddrinfo-perl.

diff --git a/debian/control b/debian/control
index becfe24..714a191 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: libio-async-perl
 Section: perl
 Priority: optional
- libsocket-getaddrinfo-perl,
 Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: netbase,
+ perl (>= 5.14) | libsocket-getaddrinfo-perl,
  libheap-perl,
  libtest-fatal-perl,
  libasync-mergepoint-perl (>= 0.03),
@@ -23,7 +23,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-p
 Package: libio-async-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libsocket-getaddrinfo-perl,
+ perl (>= 5.14) | libsocket-getaddrinfo-perl,
  libheap-perl,
  libcps-perl,
  libasync-mergepoint-perl (>= 0.03)

-- 
Debian packaging of libio-async-perl



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