[SCM] Debian packaging of libparanoid-perl branch, master, updated. debian/0.32-1-4-gd11ecc5

Salvatore Bonaccorso carnil at debian.org
Fri Dec 30 09:15:57 UTC 2011


The following commit has been merged in the master branch:
commit 400b004e56a9ca4a6c6dd390818fe1545c304864
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Dec 30 10:09:10 2011 +0100

    Add again perl as an alternative for libsocket6-perl
    
    Add perl (>= 5.14) again as an alternative to libsocket6-perl in
    Build-Depends-Indep and Suggests. Upstream fixes detection of imported
    symbols in the  local namespace.

diff --git a/debian/control b/debian/control
index b5f8fb4..f031456 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Build-Depends-Indep: perl,
  libberkeleydb-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
- libsocket6-perl (>= 0.23),
- libunix-syslog-perl
+ libunix-syslog-perl,
+ perl (>= 5.14) | libsocket6-perl (>= 0.23)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,
@@ -21,8 +21,8 @@ Package: libparanoid-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Suggests: libberkeleydb-perl,
- libsocket6-perl (>= 0.23),
- libunix-syslog-perl
+ libunix-syslog-perl,
+ perl (>= 5.14) | libsocket6-perl (>= 0.23)
 Description: module for safer, more secure programming
  Paranoid is a collection of Perl modules that began as simple utilities which
  perform things in a (debatably) safer and taint-safe manner. Since then it's

-- 
Debian packaging of libparanoid-perl



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