diff --git a/debian/changelog b/debian/changelog index 73f50f8..3c5c3d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ * Convert to source format 3.0 (quilt). * Minimize debian/rules. * Set Standards-Version to 3.8.4; drop version from perl build dependency. + * debian/control: bump libnet-ssleay-perl (build) dependency to 1.36; add + versioned build dependency on libpoe-perl. -- gregor herrmann Sun, 18 Apr 2010 14:10:19 +0200 diff --git a/debian/control b/debian/control index 88bb356..0c58689 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Jose Luis Rivas , Damyan Ivanov , gregor herrmann Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl, libnet-ssleay-perl (>= 1.30) +Build-Depends-Indep: perl, libnet-ssleay-perl (>= 1.36), + libpoe-perl (>= 2:1.267) Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/ @@ -14,7 +15,7 @@ Package: libpoe-component-sslify-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.30) +Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.36) Description: SSL connection handling module for other POE components POE::Component::SSLify represents the standard way to handle SSL connections for other POE Components. It allows for the creation of SSL-wrapped sockets,