[SCM] live-helper branch, debian, updated. debian/2.0_a17-1

Richard Nelson unixabg at gmail.com
Fri Jul 2 16:25:39 UTC 2010


The following commit has been merged in the debian branch:
commit 9d082676d532107bb1fbe8db37dec5f3c13104cf
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Jun 25 13:59:55 2010 -0500

    Add VERSION information and source in common live-helper common functions.

diff --git a/cgi/cgi b/cgi/cgi
index f02e213..1e127b8 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -7,6 +7,9 @@
 # This is free software, and you are welcome to redistribute it
 # under certain conditions; see COPYING for details.
 
+# Including common functions
+. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
+
 # Reading defaults
 if [ -r /etc/default/live-helper.cgi ]
 then
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index 3c4b8eb..099a9fa 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -326,5 +326,7 @@
 <input type="reset" value="Reset" />
 &nbsp;
 <input type="submit" value="Submit" />
+&nbsp;
+Version: VERSION
 
 </form>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 0ed6cc3..58516ee 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -346,5 +346,7 @@
 <input type="reset" value="Reset" />
 &nbsp;
 <input type="submit" value="Submit" />
+&nbsp;
+Version: VERSION
 
 </form>

-- 
live-helper



More information about the debian-live-changes mailing list