[libhttp-headers-fast-perl] 04/04: control
gregor herrmann
gregoa at debian.org
Fri Jun 12 18:31:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhttp-headers-fast-perl.
commit 809a1379976f6e17d1e1bd5817b8fa68ca8a4733
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 12 20:21:09 2015 +0200
control
---
debian/control | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index ef04c62..7295b09 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,13 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Build-Depends: debhelper (>= 8),
- perl
+ libmodule-build-perl,
+ perl
Build-Depends-Indep: libhttp-date-perl,
- libtest-requires-perl
+ libtest-requires-perl,
+ liburi-perl,
+ perl (>= 5.13.10) | libcpan-meta-perl,
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-headers-fast-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-headers-fast-perl.git
@@ -15,11 +19,11 @@ Testsuite: autopkgtest-pkg-perl
Package: libhttp-headers-fast-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-date-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libhttp-date-perl
Description: faster implementation of HTTP::Headers
HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers.
.
- The interface is same as HTTP::Headers.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ It provides the same interface as HTTP::Headers but is a faster
+ implementation.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-headers-fast-perl.git
More information about the Pkg-perl-cvs-commits
mailing list