[SCM] debian-live branch, master, updated. 1.0.0-1-7-gaed728d

Daniel Baumann daniel at debian.org
Mon Aug 25 13:06:59 UTC 2008


The following commit has been merged in the master branch:
commit aed728d4e53d984b0338bcec978c57c352c6cde4
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Aug 25 14:47:41 2008 +0200

    Moving the automatic run of the script tests to package build-time invokation.

diff --git a/Makefile b/Makefile
index 681177a..2de14ff 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ test:
 build:
 	@echo "Nothing to build."
 
-install: test
+install:
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin
 	cp helpers/lh* $(DESTDIR)/usr/bin
diff --git a/debian/rules b/debian/rules
index d1f9a44..d500965 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ clean:
 	dh_clean
 
 build:
+	$(MAKE) test
+
 	# Updating message catalogs
 	$(MAKE) -C po update-po
 

-- 
debian-live



More information about the debian-live-changes mailing list