diff --git a/debian/changelog b/debian/changelog index 76484d4..2af9e93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ [ Niko Tyni ] * Add myself from Uploaders and remove Kees, as per the pkg-perl policy. + * Version the dependencies on libnet-ssleay-perl. -- Martín Ferrari Sun, 16 Dec 2007 23:08:38 -0300 diff --git a/debian/control b/debian/control index 3fa74b1..f4f930f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Maintainer: Debian Perl Group Uploaders: Niko Tyni Build-Depends: debhelper (>= 5.0.0) -Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl, libtest-pod-perl +Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30), + libtest-pod-perl Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/ @@ -12,7 +13,7 @@ Package: libpoe-component-sslify-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl +Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.30) Description: abstracts SSL connections for other POE components This component represents the standard way to handle SSL connections for other POE Components. It allows for the creation of SSL-wrapped