[SCM] Debian packaging of libapp-nopaste-perl branch, master, updated. debian/0.92-1-2-g8e26423

Salvatore Bonaccorso carnil at debian.org
Sat Jun 8 15:48:04 UTC 2013


The following commit has been merged in the master branch:
commit 6872d19cf07e18b12131c3125900dd39a8bf6729
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jun 8 17:46:46 2013 +0200

    Adjust (build-)dependency for Module::Pluggable
    
    Module::Pluggable will be removed from Perl core in 5.20 and emmits 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: #711649

diff --git a/debian/control b/debian/control
index 773ee9c..73ead11 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends-Indep: perl,
                      libclass-load-perl,
                      libjson-perl,
                      libgetopt-long-descriptive-perl (>= 0.090),
+                     libmodule-pluggable-perl | perl (<< 5.17.0),
                      liburi-perl,
                      libwww-mechanize-perl
 Standards-Version: 3.9.4
@@ -27,6 +28,7 @@ Depends: ${misc:Depends},
          libbrowser-open-perl,
          libclass-load-perl,
          libjson-perl,
+         libmodule-pluggable-perl | perl (<< 5.17.0),
          libgetopt-long-descriptive-perl (>= 0.090),
          liburi-perl,
          libwww-mechanize-perl

-- 
Debian packaging of libapp-nopaste-perl



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