[Debian-live-changes] r1137 - in dists/trunk/live-helper: . doc

Daniel Baumann daniel at alioth.debian.org
Mon Apr 23 16:21:18 UTC 2007


Author: daniel
Date: 2007-04-23 16:21:17 +0000 (Mon, 23 Apr 2007)
New Revision: 1137

Modified:
   dists/trunk/live-helper/Makefile
   dists/trunk/live-helper/doc/ChangeLog
Log:


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-04-23 11:31:29 UTC (rev 1136)
+++ dists/trunk/live-helper/Makefile	2007-04-23 16:21:17 UTC (rev 1137)
@@ -1,8 +1,14 @@
 #!/usr/bin/make -f
 
-all:	install
+all: install
 
-install:
+test:
+	set -e; for SCRIPT in functions/* examples/*.sh helpers/* hooks/*; \
+	do \
+		sh -n $$SCRIPT; \
+	done
+
+install: test
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin
 	cp helpers/lh_* helpers/make-live $(DESTDIR)/usr/bin
@@ -72,4 +78,6 @@
 
 clean:
 
-reinstall:      uninstall install
+distclean:
+
+reinstall: uninstall install

Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog	2007-04-23 11:31:29 UTC (rev 1136)
+++ dists/trunk/live-helper/doc/ChangeLog	2007-04-23 16:21:17 UTC (rev 1137)
@@ -1,10 +1,13 @@
 2007-04-23  Daniel Baumann  <daniel at debian.org>
 
+	* Makefile:
+	  - Added simple test rule.
 	* functions/package.sh:
 	  - Added. Helper dependencies in-chroot can now be handled by
 	    functions.
 	* helpers/make-live:
 	  - Added trap to unmount proc and sys on exit and failure.
+	* Uploaded 1.0~a6-1.
 
 2007-04-22  Daniel Baumann  <daniel at debian.org>
 




More information about the Debian-live-changes mailing list