f3a7a73c79
o Revised debian/ control files. o Pulling 2.10 source, changes made since then by Markus, as well as patches by Jay Weisskopf (from GitHub). o Setup to build from git repository as working directory using git-buildpackage.
20 lines
854 B
Text
20 lines
854 B
Text
Source: shellinabox
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: Marc Singer <elf@buici.com>
|
|
Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils, libssl-dev, libpam0g-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.2
|
|
Homepage: http://shelinabox.com
|
|
Vcs-Git: git://github.com/beewoolie/shellinabox.git
|
|
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
|
|
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.
|