From: Ian Beckwith Date: Wed, 9 May 2012 22:20:27 +0000 (+0100) Subject: Add openssl to Build-Depends so openssl binary is available to makefile X-Git-Tag: 302-2~1 X-Git-Url: http://erislabs.net/gitweb/?p=ckermit.git;a=commitdiff_plain;h=f060deb2553094fcce2b060dd59e612a8547809a Add openssl to Build-Depends so openssl binary is available to makefile --- diff --git a/debian/changelog b/debian/changelog index d433af5..83b8291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,13 +14,14 @@ ckermit (302-2) unstable; urgency=low + Dutch; (Thanks to Jeroen Schot). Closes: #660843 + Polish (Thanks to Michał Kułach). Closes: #670771 + and thanks to Christian Perrier for his usual sterling l10n work. + * Add openssl to Build-Depends so openssl binary is available to makefile. * Add hardening flags. * Update Homepage: to new kermitproject.org site (Closes: #666516). Thanks to Anders Andersson. * Standards-Version: 3.9.3 (no changes). * Remove obsolete lintian overrides. - -- Ian Beckwith Wed, 09 May 2012 21:44:11 +0100 + -- Ian Beckwith Wed, 09 May 2012 23:20:09 +0100 ckermit (302-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 8531247..099be3c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ckermit Section: comm Priority: extra Maintainer: Ian Beckwith -Build-Depends: libncurses5-dev, debhelper (>= 7.0.50~), libpam0g-dev, libssl-dev, libkrb5-dev +Build-Depends: libncurses5-dev, debhelper (>= 7.0.50~), libpam0g-dev, libssl-dev, libkrb5-dev, openssl Standards-Version: 3.9.3 Homepage: http://www.kermitproject.org