]> andersk Git - test.git/commitdiff
For Debian packages, added a missing build dependency on zlib.
authorMarkus Gutschke <markus@shellinabox.com>
Fri, 10 Jul 2009 16:28:11 +0000 (16:28 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Fri, 10 Jul 2009 16:28:11 +0000 (16:28 +0000)
config.h
configure
configure.ac
debian/control
demo/vt100.js
shellinabox/shell_in_a_box.js
shellinabox/vt100.js

index b13bf504bd991e5ee12f1400c2507871703ae5de..66707646fb322e403e5a69a867caf55a8de1fdcb 100644 (file)
--- a/config.h
+++ b/config.h
 #define STDC_HEADERS 1
 
 /* Most recent revision number in the version control system */
-#define VCS_REVISION "147"
+#define VCS_REVISION "149"
 
 /* Version number of package */
 #define VERSION "2.9"
index 0eaf7df60c808618a0e03707892ae26e9bc0f5a4..b91715165b411b11aae1cdedd57eb17ae233c61c 100755 (executable)
--- a/configure
+++ b/configure
@@ -2037,7 +2037,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-VCS_REVISION=147
+VCS_REVISION=149
 
 
 cat >>confdefs.h <<_ACEOF
index a39efc45a00c83f9f1be7074c1721b64210faf8e..84d420ef25c1c414d8562e792e64b221d1030f01 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=147
+VCS_REVISION=149
 AC_SUBST(VCS_REVISION)
 AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
                    [Most recent revision number in the version control system])
index 27a87a87db5be5e0b80d2cd80c22f1def88d3e80..6b4cc9e1a3d2b67a73f3fd4f212625650655f76c 100644 (file)
@@ -2,7 +2,8 @@ Source: shellinabox
 Section: web
 Priority: optional
 Maintainer: Markus Gutschke <markus@shellinabox.com>
-Build-Depends: debhelper (>= 4.0.0), binutils, libssl-dev, libpam0g-dev
+Build-Depends: debhelper (>= 4.0.0), binutils, libssl-dev, libpam0g-dev,
+ zlib1g-dev
 Standards-Version: 3.6.1
 
 Package: shellinabox
index 452bc5d4a9d0ef12d796bca6eeebb59527a5fa2d..6013cef2ff25b71c6ed2f215e65586e67c927185 100644 (file)
@@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 147)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 149)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
index fa028b5677a5d03bd334eadd8c699d94b3fb808f..452268dbc6a95d97989c46456c0bad6b5086ec8f 100644 (file)
@@ -355,7 +355,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
 };
 
 ShellInABox.prototype.about = function() {
-  alert("Shell In A Box version " + "2.9 (revision 147)" +
+  alert("Shell In A Box version " + "2.9 (revision 149)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com" +
         (typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
index 452bc5d4a9d0ef12d796bca6eeebb59527a5fa2d..6013cef2ff25b71c6ed2f215e65586e67c927185 100644 (file)
@@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 147)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 149)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.09966 seconds and 5 git commands to generate.