shellinabox/debian/control
Marc Singer 9619327ddb Debian build now defaults to direct link with shared libraries.
o Use of runtime linkage emperils correctness of package.  So, runtime
  linking disabled in configuration.
o Workaround using environment variables to pass the names of the
  shared libraries into the daemon is disabled.
o Auxiliary source file used to determine the current soname for
  libssl is removed.
2012-04-10 15:28:53 -07:00

20 lines
841 B
Text

Source: shellinabox
Section: web
Priority: optional
Maintainer: Marc Singer <elf@debian.org>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils,
libssl-dev, libpam0g-dev, zlib1g-dev
Standards-Version: 3.9.2
Homepage: http://shellinabox.com
Vcs-Git: https://code.google.com/p/shellinabox/
Vcs-Browser: https://code.google.com/p/shellinabox/source/browse/
Package: shellinabox
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base
Suggests: 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
and then exports a SSL/TLS encrypted login shell. Shellinabox provides
a VT100 compatible terminal emulator that runs within any modern browser.