[SCM] Debian packaging of libconfig-any-perl branch, master, updated. debian/0.23-1-6-g8fd0007

Salvatore Bonaccorso carnil at debian.org
Sat Jun 29 08:46:47 UTC 2013


The following commit has been merged in the master branch:
commit c462c4a52e6d9d1dd99e505b82e8a207276cab2d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jun 29 10:42:58 2013 +0200

    Adjust (build-)dependency for Module::Pluggable
    
    Module::Pluggable will be removed from Perl core in 5.20 and emits now
    a warning with 5.18. Add Build-Depends-Indep and Depends on alternate
    libmodule-pluggable-perl | perl (<< 5.17.0).
    
    Thanks: Dominic Hargreaves <dom at earth.li>
    
    Closes: #711653

diff --git a/debian/control b/debian/control
index 821ebed..001dcbb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libconfig-general-perl, libconfig-tiny-perl, libjson-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
  libtest-exception-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libxml-simple-perl,
  libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
@@ -20,7 +21,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-any
 
 Package: libconfig-any-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmodule-pluggable-perl | perl (<< 5.17.0)
 Recommends: libconfig-general-perl, libconfig-tiny-perl, libjson-perl,
  libxml-simple-perl,
  libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl

-- 
Debian packaging of libconfig-any-perl



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