Codebase list libpoe-component-sslify-perl / 4fcdafe
debian/control: update {versioned,alternative} (build) dependencies. gregor herrmann 11 years ago
1 changed file(s) with 23 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
00 Source: libpoe-component-sslify-perl
1 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
2 Uploaders: Niko Tyni <ntyni@debian.org>,
3 Martín Ferrari <tincho@debian.org>,
4 Jose Luis Rivas <ghostbar38@gmail.com>,
5 Damyan Ivanov <dmn@debian.org>,
6 Jonathan Yu <jawnsy@cpan.org>,
7 gregor herrmann <gregoa@debian.org>
18 Section: perl
29 Priority: optional
310 Build-Depends: debhelper (>= 8)
4 Build-Depends-Indep: perl (>= 5.10.1), netbase,
5 libtask-weaken-perl (>= 1.03),
6 perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100),
7 libnet-ssleay-perl (>= 1.36),
8 libpoe-perl (>= 2:1.267),
9 libtest-nowarnings-perl
10 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
11 Uploaders: Niko Tyni <ntyni@debian.org>, Martín Ferrari <tincho@debian.org>,
12 Jose Luis Rivas <ghostbar38@gmail.com>, Damyan Ivanov <dmn@debian.org>,
13 Jonathan Yu <jawnsy@cpan.org>,
14 gregor herrmann <gregoa@debian.org>
11 Build-Depends-Indep: perl,
12 netbase,
13 libtask-weaken-perl,
14 perl (>= 5.11.4) | libmodule-build-perl,
15 libnet-ssleay-perl,
16 libpoe-perl,
17 libtest-nowarnings-perl
1518 Standards-Version: 3.9.2
19 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-sslify-perl.git
20 Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-sslify-perl.git
1621 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
17 Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-sslify-perl.git
18 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-sslify-perl.git
1922
2023 Package: libpoe-component-sslify-perl
2124 Architecture: all
22 Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
23 libtask-weaken-perl (>= 1.03),
24 libnet-ssleay-perl (>= 1.36),
25 libpoe-perl (>= 2:1.267)
25 Depends: ${perl:Depends},
26 ${misc:Depends},
27 perl,
28 libtask-weaken-perl,
29 libnet-ssleay-perl,
30 libpoe-perl
2631 Description: module for SSL connection handling in POE Components
2732 POE::Component::SSLify is a POE Component that represents the standard way to
2833 handle SSL connections for other POE Components. It allows for the creation of
2934 SSL-wrapped sockets, generally used with POE::Wheel::SocketFactory, which are
3035 correctly handled by the POE engine.
36