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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Jul 19 18:34:53 UTC 2007


Author: daniel
Date: 2007-07-19 18:34:53 +0000 (Thu, 19 Jul 2007)
New Revision: 2528

Modified:
   dists/trunk/live-webhelper/Makefile
   dists/trunk/live-webhelper/debian/changelog
   dists/trunk/live-webhelper/docs/ChangeLog
   dists/trunk/live-webhelper/scripts/default
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-07-19 18:30:07 UTC (rev 2527)
+++ dists/trunk/live-webhelper/Makefile	2007-07-19 18:34:53 UTC (rev 2528)
@@ -21,8 +21,10 @@
 	install -D -m 0644 scripts/default $(DESTDIR)/etc/default/live-webhelper
 
 	# Installing templates
-	mkdir -p $(DESTDIR)/usr/share/live-webhelper/templates
-	cp templates/*.html templates/*.txt $(DESTDIR)/usr/share/live-webhelper/templates
+	mkdir -p $(DESTDIR)/usr/share/live-webhelper/templates/debian-official
+	cp templates/debian-official/*.html templates/debian-official/*.txt $(DESTDIR)/usr/share/live-webhelper/templates/debian-official
+	mkdir -p $(DESTDIR)/usr/share/live-webhelper/templates/debian-unofficial
+	cp templates/debian-unoficial/*.html templates/debian-unoficial/*.txt $(DESTDIR)/usr/share/live-webhelper/templates/debian-unoficial
 
 	# Installing documentation
 	mkdir -p $(DESTDIR)/usr/share/doc/live-webhelper

Modified: dists/trunk/live-webhelper/debian/changelog
===================================================================
--- dists/trunk/live-webhelper/debian/changelog	2007-07-19 18:30:07 UTC (rev 2527)
+++ dists/trunk/live-webhelper/debian/changelog	2007-07-19 18:34:53 UTC (rev 2528)
@@ -1,8 +1,8 @@
-live-webhelper (1.0~a18-1) UNRELEASED; urgency=low
+live-webhelper (1.0~a19-1) UNRELEASED; urgency=low
 
   * New upstream release.
 
- -- Daniel Baumann <daniel at debian.org>  Mon,  9 Jul 2007 00:00:00 +0200
+ -- Daniel Baumann <daniel at debian.org>  Mon, 23 Jul 2007 00:00:00 +0200
 
 live-webhelper (1.0~a14-1) unstable; urgency=low
 

Modified: dists/trunk/live-webhelper/docs/ChangeLog
===================================================================
--- dists/trunk/live-webhelper/docs/ChangeLog	2007-07-19 18:30:07 UTC (rev 2527)
+++ dists/trunk/live-webhelper/docs/ChangeLog	2007-07-19 18:34:53 UTC (rev 2528)
@@ -1,3 +1,7 @@
+2007-07-19  Daniel Baumann  <daniel at debian.org>
+
+	* Introducing build modes.
+
 2007-07-14  Daniel Baumann  <daniel at debian.org>
 
 	* scripts/cgi:

Modified: dists/trunk/live-webhelper/scripts/default
===================================================================
--- dists/trunk/live-webhelper/scripts/default	2007-07-19 18:30:07 UTC (rev 2527)
+++ dists/trunk/live-webhelper/scripts/default	2007-07-19 18:34:53 UTC (rev 2528)
@@ -2,8 +2,10 @@
 
 WEBBUILD="disabled"
 
+MODE="debian-official"
+
 DESTDIR="/srv/debian-live/www/webhelper"
-TEMPLATES="/usr/share/live-webhelper/templates"
+TEMPLATES="/usr/share/live-webhelper/templates/${MODE}"
 TEMPDIR="/srv/tmp/live-webhelper"
 
 MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"




More information about the Debian-live-changes mailing list