[libhttp-entity-parser-perl] 02/06: control

gregor herrmann gregoa at debian.org
Sun Oct 23 00:23:27 UTC 2016


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

gregoa pushed a commit to branch master
in repository libhttp-entity-parser-perl.

commit 707fb747404cabf0c5e4b7db4651d95b97db70da
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 23 02:16:14 2016 +0200

    control
---
 debian/control | 44 +++++++++++++++++++++++---------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 7977c75..f44aebb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,35 @@
 Source: libhttp-entity-parser-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 9),
- libmodule-build-perl,
- perl
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20140227~),
+               libmodule-build-tiny-perl,
+               perl
 Build-Depends-Indep: libhash-multivalue-perl,
- libhttp-message-perl (>= 6),
- libhttp-multipartparser-perl,
- libjson-maybexs-perl (>= 1.003007),
- libmodule-build-tiny-perl (>= 0.035),
- libstream-buffered-perl,
- libwww-form-urlencoded-perl (>= 0.23)
+                     libhttp-message-perl,
+                     libhttp-multipartparser-perl,
+                     libjson-maybexs-perl (>= 1.003007),
+                     libstream-buffered-perl,
+                     libwww-form-urlencoded-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-entity-parser-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git
 Homepage: https://metacpan.org/release/HTTP-Entity-Parser
-Testsuite: autopkgtest-pkg-perl
 
 Package: libhttp-entity-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhash-multivalue-perl,
- libhttp-multipartparser-perl,
- libjson-maybexs-perl (>= 1.003007),
- libstream-buffered-perl,
- libwww-form-urlencoded-perl (>= 0.23)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhash-multivalue-perl,
+         libhttp-multipartparser-perl,
+         libjson-maybexs-perl (>= 1.003007),
+         libstream-buffered-perl,
+         libwww-form-urlencoded-perl
 Description: PSGI compliant HTTP Entity Parser
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+ HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module also
+ is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser reads
+ HTTP entities from PSGI's environment $env->{'psgi.input'} and parses it.
+ This module supports application/x-www-form-urlencoded, multipart/form-data
+ and application/json.

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



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