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:
parent
0abfde6d61
commit
6b2adb28d2
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue