[libhttp-multipartparser-perl] 04/04: control

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


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

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

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

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

diff --git a/debian/control b/debian/control
index fad0ce6..e5e223b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ 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)
+# ExtUtils::MakeMaker >= 6.59 is in core since 5.15.2
 Build-Depends-Indep: libtest-deep-perl,
- perl (>= 5.15.2)
+                     perl (>= 5.15.2)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-multipartparser-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-multipartparser-perl.git
@@ -15,7 +16,7 @@ Testsuite: autopkgtest-pkg-perl
 Package: libhttp-multipartparser-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: HTTP MultiPart Parser
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: HTTP multipart MIME parser
+ The HTTP::MultiPartParser module provides a low-level API for processing
+ multipart MIME data streams conforming to multipart types as defined in RFC
+ 2616 <http://tools.ietf.org/html/rfc2616#section-3.7.2>.

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



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