[libpoe-filter-http-parser-perl] 08/11: Fix d/control. Thanks for cme.

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Feb 15 01:21:07 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libpoe-filter-http-parser-perl.

commit b255c2613b8b2b52ac230529aeb75346bc52a2d8
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Feb 14 23:08:34 2016 -0200

    Fix d/control. Thanks for cme.
---
 debian/changelog |  1 +
 debian/control   | 30 +++++++++++++++++++-----------
 2 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d612b3..11c19eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libpoe-filter-http-parser-perl (1.08-1) UNRELEASED; urgency=low
   * Import upstream version 1.08
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * Fix d/control. Thanks for cme.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 14 Feb 2016 22:54:15 -0200
 
diff --git a/debian/control b/debian/control
index 8608f09..7fd3259 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,30 @@
 Source: libpoe-filter-http-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libhttp-parser-perl (>= 0.06), libpoe-perl,
- libtest-poe-client-tcp-perl, libtest-poe-server-tcp-perl, libwww-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
-Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/POE-Filter-HTTP-Parser
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-filter-http-parser-perl.git
+Build-Depends-Indep: perl,
+                     libhttp-parser-perl (>= 0.06),
+                     libpoe-perl,
+                     libtest-poe-client-tcp-perl,
+                     libtest-poe-server-tcp-perl,
+                     libwww-perl
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-filter-http-parser-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-filter-http-parser-perl.git
+Homepage: https://metacpan.org/release/POE-Filter-HTTP-Parser
 
 Package: libpoe-filter-http-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhttp-parser-perl (>= 0.06), libwww-perl,
- libpoe-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhttp-parser-perl (>= 0.06),
+         libwww-perl,
+         libpoe-perl
 Description: POE filter for HTTP clients or servers
  POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
  system based on HTTP::Parser. It can be used to easily create POE-based HTTP

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



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