[libpoe-filter-ssl-perl] 01/09: Fix dependencies and description

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Aug 18 16:05:58 UTC 2015


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

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

commit 26889613997c6800d10168af4909e04e641a779f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Aug 18 12:09:24 2015 -0300

    Fix dependencies and description
---
 debian/changelog |  4 ----
 debian/control   | 30 ++++++++++++++++--------------
 2 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e137eb8..00ac281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
 libpoe-filter-ssl-perl (0.27-1) UNRELEASED; urgency=low
 
-  TODO:
-   - Add 'POE::Filter::Stackable', 'POE::Filter::HTTPD' and
-   'POE::Wheel::ReadWrite' as depenency. I'll package them before.
-
   * Initial Release. (Closes: #795951)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 18 Aug 2015 06:54:10 -0300
diff --git a/debian/control b/debian/control
index 9472cdd..c05ed41 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,31 @@
 Source: libpoe-filter-ssl-perl
+Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Section: perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 9.20120312~)
 Build-Depends-Indep: libhttp-message-perl,
-                     libnet-ssleay-perl (>=  1.32),
+                     libnet-ssleay-perl,
+                     libpoe-perl,
                      perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/POE-Filter-SSL
 
 Package: libpoe-filter-ssl-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: The easiest and flexiblest way to SSL in POE!
- POE::Filter::SSL allows to secure connections of POE::Wheel::ReadWrite with
- OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libnet-ssleay-perl,
+         libpoe-perl
+Description: module to make SSL in POE easy and flexible
+ POE::Filter::SSL allows one to secure connections of POE::Wheel::ReadWrite
+ with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as
  POE::Filter::Stream.
  .
  POE::Filter::SSL can be added, switched and removed during runtime, for
- example if you want to initiate SSL (see the SSL on an established connection
- example in SYNOPSIS) on an already established connection. You are able to
- combine POE::Filter::SSL with other filters, for example have a HTTPS server
- together with POE::Filter::HTTPD (see the HTTPS-Server example in SYNOPSIS).
+ example if you want to initiate SSL (see the SSL on an established
+ connection example in SYNOPSIS) on an already established connection. You
+ are able to combine POE::Filter::SSL with other filters, for example have
+ a HTTPS server together with POE::Filter::HTTPD.
  .
  POE::Filter::SSL is based on Net::SSLeay, but got two XS functions which
- Net::SSLeay is missing.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Net::SSLeay is missing. 

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



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