[libpoe-component-sslify-perl] 08/14: wrap&sort d/control

gregor herrmann gregoa at debian.org
Fri May 29 21:18:02 UTC 2015


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

gregoa pushed a commit to branch master
in repository libpoe-component-sslify-perl.

commit 3824297c9a10cfcdeb97c935091f02af62a16248
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 29 23:02:54 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 9c03f10..0ab521a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20140227~),
                libmodule-build-tiny-perl
-Build-Depends-Indep: perl,
-                     netbase,
-                     libtask-weaken-perl,
-                     libnet-ssleay-perl,
+Build-Depends-Indep: libnet-ssleay-perl,
                      libpoe-perl,
+                     libtask-weaken-perl,
                      libtest-failwarnings-perl,
+                     netbase,
+                     perl,
                      perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002)
 Standards-Version: 3.9.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-sslify-perl.git
@@ -24,15 +24,13 @@ Homepage: https://metacpan.org/release/POE-Component-SSLify
 
 Package: libpoe-component-sslify-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         perl,
-         libtask-weaken-perl,
+Depends: ${misc:Depends},
+         ${perl:Depends},
          libnet-ssleay-perl,
-         libpoe-perl
+         libpoe-perl,
+         libtask-weaken-perl
 Description: module for SSL connection handling in POE Components
  POE::Component::SSLify is a POE Component that represents the standard way to
  handle SSL connections for other POE Components. It allows for the creation of
  SSL-wrapped sockets, generally used with POE::Wheel::SocketFactory, which are
  correctly handled by the POE engine.
-

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



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