From 6b2adb28d2e76b1845fa9900d29f713cb2865b22 Mon Sep 17 00:00:00 2001 From: Marc Singer Date: Sat, 31 Mar 2012 14:58:40 -0700 Subject: [PATCH] Issue 93: openssl required install-time o The root cause is in the control file. libssl will not appear as a dependency of the package. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0c97368..590845c 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Vcs-Browser: https://github.com/beewoolie/shellinabox Package: shellinabox Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base -Suggests: libssl0.9.8, libpam0g, openssl +Depends: ${shlibs:Depends}, ${misc:Depends}, libssl0.9.8 (>= 0.9.8m-1), adduser, lsb-base +Suggests: libpam0g, openssl Description: publish command line shell through AJAX interface Shellinabox can export arbitrary command line programs to any JavaScript enabled web browser. By default, it prompts for username and password