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

daniel at alioth.debian.org daniel at alioth.debian.org
Sun May 27 18:51:15 UTC 2007


Author: daniel
Date: 2007-05-27 18:51:15 +0000 (Sun, 27 May 2007)
New Revision: 1807

Added:
   dists/trunk/live-webhelper/docs/
   dists/trunk/live-webhelper/docs/ChangeLog
Modified:
   dists/trunk/live-webhelper/debian/changelog
   dists/trunk/live-webhelper/debian/postinst
   dists/trunk/live-webhelper/debian/rules
Log:


Modified: dists/trunk/live-webhelper/debian/changelog
===================================================================
--- dists/trunk/live-webhelper/debian/changelog	2007-05-27 18:51:01 UTC (rev 1806)
+++ dists/trunk/live-webhelper/debian/changelog	2007-05-27 18:51:15 UTC (rev 1807)
@@ -1,5 +1,5 @@
-live-webhelper (0.2.7-1) unstable; urgency=low
+live-webhelper (1.0~a13-1) UNRELEASED; urgency=low
 
   * Initial release.
 
- -- Daniel Baumann <daniel at debian.org>  Mon,  7 May 2007 00:00:00 +0200
+ -- Daniel Baumann <daniel at debian.org>  Mon,  4 Jun 2007 00:00:00 +0200

Modified: dists/trunk/live-webhelper/debian/postinst
===================================================================
--- dists/trunk/live-webhelper/debian/postinst	2007-05-27 18:51:01 UTC (rev 1806)
+++ dists/trunk/live-webhelper/debian/postinst	2007-05-27 18:51:15 UTC (rev 1807)
@@ -2,7 +2,7 @@
 
 set -e
 
-case "$1" in
+case "${1}" in
 	configure)
 		chown www-data:www-data /var/log/live
 		;;
@@ -12,7 +12,7 @@
 		;;
 
 	*)
-		echo "postinst called with unknown argument \`$1'" >&2
+		echo "postinst called with unknown argument \`${1}'" >&2
 		exit 1
 		;;
 esac

Modified: dists/trunk/live-webhelper/debian/rules
===================================================================
--- dists/trunk/live-webhelper/debian/rules	2007-05-27 18:51:01 UTC (rev 1806)
+++ dists/trunk/live-webhelper/debian/rules	2007-05-27 18:51:15 UTC (rev 1807)
@@ -27,13 +27,14 @@
 
 	# Removing double files
 	rm -f debian/live-webhelper/usr/share/doc/live-webhelper/COPYING
+	rm -f debian/live-webhelper/usr/share/doc/live-webhelper/ChangeLog
 
 binary-arch: build install
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs docs/ChangeLog
 	dh_installdocs
 	dh_install
 	dh_compress

Added: dists/trunk/live-webhelper/docs/ChangeLog
===================================================================




More information about the Debian-live-changes mailing list