]> andersk Git - test.git/commitdiff
Add dependency on lsb-base for the Debian package
authorMarkus Gutschke <markus@shellinabox.com>
Fri, 20 Nov 2009 18:51:42 +0000 (18:51 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Fri, 20 Nov 2009 18:51:42 +0000 (18:51 +0000)
config.h
configure
configure.ac
debian/control
demo/vt100.js
shellinabox/shell_in_a_box.js
shellinabox/vt100.js

index 84172a6b82e341c46855a2b3a409ed32dd2add41..0b212bc7e18e8de609d713d6ccd4b4020bfebc3e 100644 (file)
--- a/config.h
+++ b/config.h
 #define STDC_HEADERS 1
 
 /* Most recent revision number in the version control system */
-#define VCS_REVISION "182"
+#define VCS_REVISION "183"
 
 /* Version number of package */
 #define VERSION "2.9"
index d18a5914bf1ce67b159e70b8435b229e3fd7ac2d..ffb10435b09d90d66764554d8670183738d349a9 100755 (executable)
--- a/configure
+++ b/configure
@@ -2319,7 +2319,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-VCS_REVISION=182
+VCS_REVISION=183
 
 
 cat >>confdefs.h <<_ACEOF
index e364471adb165ffabb80bd9947bf3e0987afb2d6..dba99282563a55cb9f0334a6bd498afc90c602c3 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.57)
 
 dnl This is the one location where the authoritative version number is stored
 AC_INIT(shellinabox, 2.9, markus@shellinabox.com)
-VCS_REVISION=182
+VCS_REVISION=183
 AC_SUBST(VCS_REVISION)
 AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
                    [Most recent revision number in the version control system])
index 6b4cc9e1a3d2b67a73f3fd4f212625650655f76c..bf9bf67d3672154c1d3ea5a5f6ceb862bdaf5348 100644 (file)
@@ -9,7 +9,7 @@ Standards-Version: 3.6.1
 Package: shellinabox
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, adduser
+Depends: ${shlibs: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
index 8dea1cbeddf059a816baebb98df692e35de248f2..35f4a3e35dfd2e34fbc404f220202f68ab76d9d2 100644 (file)
@@ -1901,7 +1901,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 182)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 183)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
index 843ac3ab828a35139fcde97e674028693f97c898..13ccd10d7f6eae0c27505f2472e396f6d83c5fef 100644 (file)
@@ -358,7 +358,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
 };
 
 ShellInABox.prototype.about = function() {
-  alert("Shell In A Box version " + "2.9 (revision 182)" +
+  alert("Shell In A Box version " + "2.9 (revision 183)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com" +
         (typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
index 8dea1cbeddf059a816baebb98df692e35de248f2..35f4a3e35dfd2e34fbc404f220202f68ab76d9d2 100644 (file)
@@ -1901,7 +1901,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 182)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 183)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.143187 seconds and 5 git commands to generate.