[libdancer-perl] 08/13: Add new (build-) dependencies.

gregor herrmann gregoa at debian.org
Wed Oct 8 20:05:31 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdancer-perl.

commit 40b47e4fd8c2d5a58a0435209432dd927028f70e
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 8 21:49:10 2014 +0200

    Add new (build-) dependencies.
---
 debian/control | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 964df12..8ec6171 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,12 @@ Build-Depends: debhelper (>= 8)
 # which depends in libdancer-perl again ...
 Build-Depends-Indep: perl,
                      libclone-perl,
+                     libdevel-hide-perl,
+                     libhash-merge-simple-perl,
                      libhttp-body-perl (>= 1.07),
+                     libhttp-cookies-perl,
+                     libhttp-date-perl,
+                     libhttp-message-perl,
                      libhttp-parser-xs-perl (>= 0.10),
                      libhttp-server-simple-psgi-perl,
                      libjson-perl,
@@ -27,6 +32,7 @@ Build-Depends-Indep: perl,
                      libtest-tcp-perl (>= 1.30),
                      libtry-tiny-perl (>= 0.09),
                      liburi-perl (>= 1.59),
+                     libwww-perl,
                      libxml-parser-perl | libxml-sax-perl,
                      libxml-simple-perl,
                      perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
@@ -37,14 +43,18 @@ Homepage: https://metacpan.org/release/Dancer
 
 Package: libdancer-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhash-merge-simple-perl,
          libhttp-body-perl (>= 1.07),
+         libhttp-date-perl,
+         libhttp-message-perl,
          libhttp-server-simple-psgi-perl,
          libmime-types-perl,
          libmodule-runtime-perl,
          libtry-tiny-perl (>= 0.09),
-         liburi-perl (>= 1.59)
+         liburi-perl (>= 1.59),
+         libwww-perl
 Recommends: libjs-jquery
 Suggests: libclone-perl,
           libdancer-session-cookie-perl,
@@ -65,4 +75,3 @@ Description: effortless web application framework
  If you don't want to write CGI scripts by hand, and find other frameworks
  such as Catalyst (see libcatalyst-perl) too complex or cumbersome for your
  project, Dancer is what you need.
-

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



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