[libcatalyst-perl] 04/06: Update (build-)dependencies

Florian Schlichting fsfs at moszumanska.debian.org
Sun Nov 24 21:46:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libcatalyst-perl.

commit f56334c09f1149eb8fcb99b61ba31a7a53127509
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Nov 24 21:54:56 2013 +0100

    Update (build-)dependencies
    
    I don't understand why JSON::MaybeXS (and hence Cpanel::JSON::XS) is
    better than simply JSON (and JSON::XS), which is already in Debian; but
    the module's name is mentioned in POD and used directly in tests, so
    leaving it out means patching those.
    
    CGI::Struct / CGI::Struct::XS is similar, not mentioned in POD in a way
    that needs patching, but does not have an alternative implementation in
    Debian.
    
    From reading the POD ("Because we don't wish to add more dependencies to
    Catalyst..."), I'm not sure if these are optional or really expected to
    be available in a default install?
---
 debian/control | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index ab1117d..6f68169 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends-Indep: perl,
  libcatalyst-engine-psgi-perl,
  libcatalystx-leakchecker-perl,
  libcgi-simple-perl (>= 1.109),
+ libcgi-struct-perl,
  libclass-accessor-perl,
  libclass-c3-adopt-next-perl,
  libclass-c3-perl,
@@ -21,11 +22,13 @@ Build-Depends-Indep: perl,
  libfile-copy-recursive-perl,
  libfile-modified-perl,
  libfile-slurp-perl,
+ libhash-multivalue-perl,
  libhtml-parser-perl,
  libhttp-body-perl (>= 1.06),
  libhttp-message-perl,
  libhttp-request-ascgi-perl (>= 0.8),
  libio-stringy-perl,
+ libjson-maybexs-perl,
  liblist-moreutils-perl,
  libmime-types-perl,
  libmoose-perl (>= 1.03),
@@ -41,9 +44,10 @@ Build-Depends-Indep: perl,
  libplack-test-externalserver-perl,
  libsafe-isa-perl,
  libscope-upper-perl,
+ libstream-buffered-perl,
  libstring-rewriteprefix-perl,
  libtask-weaken-perl,
- libtest-exception-perl,
+ libtest-fatal-perl,
  libtest-mockobject-perl,
  libtest-nowarnings-perl,
  libtest-pod-coverage-perl,
@@ -52,9 +56,9 @@ Build-Depends-Indep: perl,
  libtext-simpletable-perl,
  libtree-simple-perl,
  libtree-simple-visitorfactory-perl,
- libtry-tiny-perl,
+ libtry-tiny-perl (>= 0.17),
  libwww-perl (>= 5.837),
- perl (>= 5.10.1) | libmodule-pluggable-perl (>= 3.9),
+ perl (>= 5.18.0) | libmodule-pluggable-perl (>= 4.7),
  perl (>= 5.10.1) | libparent-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -73,6 +77,7 @@ Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${perl:Depends},
  libcgi-simple-perl (>= 1.109),
+ libcgi-struct-perl,
  libclass-accessor-perl,
  libclass-c3-adopt-next-perl,
  libclass-c3-perl,
@@ -86,9 +91,11 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libfile-copy-recursive-perl,
  libfile-modified-perl,
  libfile-slurp-perl,
+ libhash-multivalue-perl,
  libhtml-parser-perl,
  libhttp-body-perl (>= 1.06),
  libhttp-request-ascgi-perl (>= 0.8),
+ libjson-maybexs-perl,
  liblist-moreutils-perl,
  libmime-types-perl,
  libmoose-perl (>= 1.03),
@@ -104,16 +111,17 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libplack-test-externalserver-perl,
  libsafe-isa-perl,
  libscope-upper-perl,
+ libstream-buffered-perl,
  libstring-rewriteprefix-perl,
  libtask-weaken-perl,
  libtest-mockobject-perl,
  libtext-simpletable-perl,
  libtree-simple-perl,
  libtree-simple-visitorfactory-perl,
- libtry-tiny-perl,
+ libtry-tiny-perl (>= 0.17),
  liburi-perl,
  libwww-perl (>= 5.837),
- perl (>= 5.10.1) | libmodule-pluggable-perl (>= 3.9),
+ perl (>= 5.18.0) | libmodule-pluggable-perl (>= 4.7),
  perl (>= 5.10.1) | libparent-perl
 Recommends: libcatalyst-dispatchtype-regex-perl
 Suggests: 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-perl.git



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