[libprotocol-http2-perl] 05/09: control

gregor herrmann gregoa at debian.org
Mon Feb 6 16:26:09 UTC 2017


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

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

commit dac0f64b69b34df4a8270edebb3650c1fb9071b1
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 6 16:57:01 2017 +0100

    control
---
 debian/control | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 25fb8b0..8d2b7fd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ 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,
+Build-Depends: debhelper (>= 9.20140227~),
+ libmodule-build-tiny-perl,
  perl
 Build-Depends-Indep: libanyevent-perl,
- libmodule-build-tiny-perl (>= 0.035),
- libnet-ssleay-perl (>> 1.45),
+ libnet-ssleay-perl,
  libtest-leaktrace-perl,
  libtest-tcp-perl
 Standards-Version: 3.9.8
@@ -20,7 +19,14 @@ Testsuite: autopkgtest-pkg-perl
 Package: libprotocol-http2-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: HTTP/2 protocol implementation (RFC 7540)
- (no description was found)
+Description: HTTP/2 protocol implementation with client and server libraries
+ Protocol::HTTP2 is HTTP/2 protocol implementation (RFC 7540) with stateful
+ decoders/encoders of HTTP/2 frames. You may use this module to implement your
+ own HTTP/2 client/server/intermediate on top of your favorite event loop over
+ plain or TLS socket.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Protocol::HTTP2::Client is HTTP/2 client library. It's intended to make
+ HTTP/2 client implementations on top of your favorite event-loop.
+ .
+ Protocol::HTTP2::Server is HTTP/2 server library. It's intended to make
+ HTTP/2 server implementations on top of your favorite event loop.

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



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