[libplack-middleware-header-perl] 03/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Aug 7 03:07:56 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libplack-middleware-header-perl.

commit b2769b9aca2015c712e5755653820688ee6cf906
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Aug 7 03:58:01 2016 +0100

    d/control
---
 debian/control | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 9de3fb9..e1ececd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libplack-perl,
- perl
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libplack-middleware-header-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libplack-middleware-header-perl.git
@@ -14,9 +14,14 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libplack-middleware-header-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libplack-perl
-Description: modify HTTP response headers
- Plack::Middleware::Header
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libplack-perl
+Description: Plack middleware to modify HTTP response headers
+ Plack is a set of tools similar to Ruby's Rack or Python's Paste for
+ WSGI. It implements the Perl Server Gateway Interface (PSGI) standard
+ interface, which allows developers to decouple their web application
+ framework from the local web server environment.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Plack::Middleware::Header allows modification (setting, appending to,
+ and unsetting) of HTTP response headers.

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



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