[libhttp-server-brick-perl] 02/07: Update Build-Depends-Indep and Depends

Onur Aslan onur at onur.im
Thu Apr 30 16:38:11 UTC 2015


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

onur-guest pushed a commit to branch master
in repository libhttp-server-brick-perl.

commit aceede771b9e4c6afb57c8217ba992e2ed93525f
Author: Onur Aslan <onuraslan at gmail.com>
Date:   Thu Apr 30 15:33:32 2015 +0300

    Update Build-Depends-Indep and Depends
---
 debian/control | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 7de3c72..7e62973 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,11 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Onur Aslan <onur at onur.im>
 Build-Depends: debhelper (>= 9),
  perl
+Build-Depends-Indep: perl,
+ libhttp-daemon-perl,
+ libhttp-message-perl,
+ libwww-perl,
+ liblwp-mediatypes-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-brick-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-server-brick-perl.git
@@ -13,10 +18,12 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libhttp-server-brick-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Simple pure perl http/https server for prototyping "in the style of" Ruby's WEBrick
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhttp-daemon-perl,
+ libhttp-message-perl,
+ libwww-perl,
+ liblwp-mediatypes-perl
+Description: Simple pure perl http/https server for prototyping
  HTTP::Server::Brick allows you to quickly wrap a prototype web server around
  some Perl code. The underlying server daemon is HTTP::Daemon and the
  performance should be fine for demo's, light internal systems, etc.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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