[SCM] Debian packaging of Regexp-Debugger CPAN distribution branch, master, updated. debian/0.001002-1

Salvatore Bonaccorso carnil at debian.org
Sun Jul 22 06:57:43 UTC 2012


The following commit has been merged in the master branch:
commit f5882d70634c6c0c624bf312beb17a7c5a97f330
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jul 22 08:46:42 2012 +0200

    Move optional modules to Recommends
    
    It adds more functionality to Regexp::Debugger if the modules JSON::XS,
    JSON or JSON::Syck are installed. The same if Term::ReadKey is
    installed. Move libjson-xs-perl | libjson-perl | libyaml-syck-perl and
    libterm-readkey-perl Depends to the Recommends control field.

diff --git a/debian/control b/debian/control
index a6b5876..fd270aa 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Homepage: http://search.cpan.org/dist/Regexp-Debugger/
 
 Package: libregexp-debugger-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libjson-xs-perl | libjson-perl | libyaml-syck-perl,
+Depends: ${misc:Depends}, ${perl:Depends}
+Recommends: libjson-xs-perl | libjson-perl | libyaml-syck-perl,
  libterm-readkey-perl
 Description: Perl module to visually debug regexes in-place
  Regexp::Debugger is a module that helps tame unruly regexes by

-- 
Debian packaging of Regexp-Debugger CPAN distribution



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