[Debian-live-changes] r2578 - in dists/trunk/live-webhelper: . debian scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 26 09:00:33 UTC 2007


Author: daniel
Date: 2007-07-26 09:00:33 +0000 (Thu, 26 Jul 2007)
New Revision: 2578

Modified:
   dists/trunk/live-webhelper/Makefile
   dists/trunk/live-webhelper/debian/changelog
   dists/trunk/live-webhelper/scripts/common
   dists/trunk/live-webhelper/scripts/cron
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-07-26 08:49:14 UTC (rev 2577)
+++ dists/trunk/live-webhelper/Makefile	2007-07-26 09:00:33 UTC (rev 2578)
@@ -78,8 +78,8 @@
 update:
 	set -e; for FILE in manpages/*.en.* scripts/common; \
 	do \
-		sed -i	-e 's/2007\\-07\\-09/2007\\-07\\-16/' \
-			-e 's/1.0~a18/1.0~a19/' \
+		sed -i	-e 's/2007\\-07\\-23/2007\\-07\\-30/' \
+			-e 's/1.0~a20/1.0~a21/' \
 		$$FILE; \
 	done
 

Modified: dists/trunk/live-webhelper/debian/changelog
===================================================================
--- dists/trunk/live-webhelper/debian/changelog	2007-07-26 08:49:14 UTC (rev 2577)
+++ dists/trunk/live-webhelper/debian/changelog	2007-07-26 09:00:33 UTC (rev 2578)
@@ -1,4 +1,4 @@
-live-webhelper (1.0~a19-1) UNRELEASED; urgency=low
+live-webhelper (1.0~a20-1) UNRELEASED; urgency=low
 
   * New upstream release.
 

Modified: dists/trunk/live-webhelper/scripts/common
===================================================================
--- dists/trunk/live-webhelper/scripts/common	2007-07-26 08:49:14 UTC (rev 2577)
+++ dists/trunk/live-webhelper/scripts/common	2007-07-26 09:00:33 UTC (rev 2578)
@@ -1 +1 @@
-VERSION="1.0~a19"
+VERSION="1.0~a20"

Modified: dists/trunk/live-webhelper/scripts/cron
===================================================================
--- dists/trunk/live-webhelper/scripts/cron	2007-07-26 08:49:14 UTC (rev 2577)
+++ dists/trunk/live-webhelper/scripts/cron	2007-07-26 09:00:33 UTC (rev 2578)
@@ -58,7 +58,7 @@
 		echo "`date +%b\ %d\ %H:%M:%S` ${HOSTNAME} live-webhelper: begin web build (${BUILD})." >> /var/log/live
 
 		# Enable debug option
-		if [ "${DEBUG}" == "enabled" ]
+		if [ "${DEBUG}" = "enabled" ]
 		then
 			LIVE_OPTIONS="${LIVE_OPTIONS} --debug --verbose"
 		fi




More information about the Debian-live-changes mailing list