]> andersk Git - test.git/commitdiff
Lock the Debian compatibility level a 6, so that the packages can easily be
authorMarkus Gutschke <markus@shellinabox.com>
Thu, 26 Nov 2009 21:05:46 +0000 (21:05 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Thu, 26 Nov 2009 21:05:46 +0000 (21:05 +0000)
built on Hardy.

commit
config.h
configure
configure.ac
debian/compat
demo/vt100.js
shellinabox/shell_in_a_box.js
shellinabox/vt100.js

diff --git a/commit b/commit
index 196b8154b19b3a7148283c84cda73bb4fe0fd917..9ab1eb418c3e32c7a05228e06a8a43fc93db1e9a 100755 (executable)
--- a/commit
+++ b/commit
@@ -41,6 +41,7 @@ prj="$(sed -e 's/^AC_INIT(\([^,]*\),.*/\1/;t1;d;:1;q' configure.ac)"
 ver="$(sed -e 's/^AC_INIT([^,]*, *\([^,]*\),.*/\1/;t1;d;:1;q' configure.ac)"
 sed -ie 's/^\(VCS_REVISION=\).*/\1'"${rev}"'/' configure.ac
 touch shellinabox/vt100.jspp shellinabox/shell_in_a_box.jspp
+echo 6 >debian/compat
 make all distcheck
 ( trap 'rm -rf "${prj}-${ver}"' EXIT
   rm -f "${prj}-${ver}" &&
index b9fea5e0bc1ce13229d453b965abe39b94088891..2f1ef178be3f5cc0e95d75c236f1699dcc493b0f 100644 (file)
--- a/config.h
+++ b/config.h
 #define STDC_HEADERS 1
 
 /* Most recent revision number in the version control system */
-#define VCS_REVISION "190"
+#define VCS_REVISION "191"
 
 /* Version number of package */
 #define VERSION "2.10"
index 0ea25b88f8a6d3e23928a6a511ee78448b6afa21..0b4c26755e504b00e06afc79f6bea53d8a66c505 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=190
+VCS_REVISION=191
 
 
 cat >>confdefs.h <<_ACEOF
index da4a77d41bfa339e7efe8203990794ef61848d8e..0e5651590031c544213f84c8f3600ce3c005548a 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.10, markus@shellinabox.com)
-VCS_REVISION=190
+VCS_REVISION=191
 AC_SUBST(VCS_REVISION)
 AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
                    [Most recent revision number in the version control system])
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..1e8b314962144c26d5e0e50fd29d2ca327864913 100644 (file)
@@ -1 +1 @@
-7
+6
index db7d99ba403d5030bba9d032e4cffe093a9dba31..70e531bbcb5be20a8a1fff753a9b2d1331d61318 100644 (file)
@@ -1955,7 +1955,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.10 (revision 190)" +
+  alert("VT100 Terminal Emulator " + "2.10 (revision 191)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
index 28e956f5934c70f5222aaf4b6f436bab9b779a18..612f3bae5cd3f4cb588b8f477c14ff5b7b9d72a6 100644 (file)
@@ -358,7 +358,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
 };
 
 ShellInABox.prototype.about = function() {
-  alert("Shell In A Box version " + "2.10 (revision 190)" +
+  alert("Shell In A Box version " + "2.10 (revision 191)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com" +
         (typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
index db7d99ba403d5030bba9d032e4cffe093a9dba31..70e531bbcb5be20a8a1fff753a9b2d1331d61318 100644 (file)
@@ -1955,7 +1955,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.10 (revision 190)" +
+  alert("VT100 Terminal Emulator " + "2.10 (revision 191)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.125336 seconds and 5 git commands to generate.