Codebase list libpoe-component-sslify-perl / 2a61b8c
debian/control: bump libnet-ssleay-perl (build) dependency to 1.36; add versioned build dependency on libpoe-perl. Gregor Herrmann 14 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 * Convert to source format 3.0 (quilt).
88 * Minimize debian/rules.
99 * Set Standards-Version to 3.8.4; drop version from perl build dependency.
10 * debian/control: bump libnet-ssleay-perl (build) dependency to 1.36; add
11 versioned build dependency on libpoe-perl.
1012
1113 -- gregor herrmann <gregoa@debian.org> Sun, 18 Apr 2010 14:10:19 +0200
1214
55 Jose Luis Rivas <ghostbar38@gmail.com>, Damyan Ivanov <dmn@debian.org>,
66 gregor herrmann <gregoa@debian.org>
77 Build-Depends: debhelper (>= 7)
8 Build-Depends-Indep: perl, libnet-ssleay-perl (>= 1.30)
8 Build-Depends-Indep: perl, libnet-ssleay-perl (>= 1.36),
9 libpoe-perl (>= 2:1.267)
910 Standards-Version: 3.8.4
1011 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
1112 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/
1314
1415 Package: libpoe-component-sslify-perl
1516 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.30)
17 Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.36)
1718 Description: SSL connection handling module for other POE components
1819 POE::Component::SSLify represents the standard way to handle SSL connections
1920 for other POE Components. It allows for the creation of SSL-wrapped sockets,