[libpoet-perl] 04/05: Add new dependency Class::Load; promote Plack::Middleware::Debug from Suggests to Depends (closes: #731988)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Feb 17 23:20:44 UTC 2014


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

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

commit dc6d58680555d4abd0adb61fd9953e3972e53cec
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Feb 17 23:50:07 2014 +0100

    Add new dependency Class::Load; promote Plack::Middleware::Debug from Suggests to Depends (closes: #731988)
    
    Plack::Middleware::Debug is necessary to follow the Intro tutorial, it
    gets "enabled" rather than required/used by Poet directly so is not all
    that optional after all
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7d58116..2734306 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcapture-tiny-perl,
                      libchi-perl,
+                     libclass-load-perl,
                      libdata-rmap-perl,
                      libfile-copy-recursive-perl,
                      libfile-sharedir-install-perl,
@@ -26,6 +27,7 @@ Build-Depends-Indep: libcapture-tiny-perl,
                      libmoosex-hasdefaults-perl,
                      libmoosex-strictconstructor-perl,
                      libplack-middleware-session-perl,
+                     libplack-middleware-debug-perl,
                      libplack-perl,
                      libtest-class-most-perl,
                      libtest-www-mechanize-psgi-perl,
@@ -44,6 +46,7 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libcapture-tiny-perl,
          libchi-perl,
+         libclass-load-perl,
          libdata-rmap-perl,
          libfile-sharedir-install-perl,
          libfile-sharedir-perl,
@@ -62,12 +65,12 @@ Depends: ${misc:Depends},
          libmoosex-getopt-perl,
          libmoosex-hasdefaults-perl,
          libmoosex-strictconstructor-perl,
+         libplack-middleware-debug-perl,
          libplack-middleware-session-perl,
          libplack-perl,
          libtry-tiny-perl,
          liburi-perl,
          libyaml-libyaml-perl
-Suggests: libplack-middleware-debug-perl
 Description: modern Perl web framework for Mason developers
  Poet is a modern Perl web framework designed especially for Mason
  developers. It uses PSGI/Plack for server integration, Mason for request

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



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