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.
This commit is contained in:
Marc Singer 2012-03-31 14:58:40 -07:00
parent 0abfde6d61
commit 6b2adb28d2

4
debian/control vendored
View file

@ -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