[SCM] live-config branch, debian-next, updated. debian/3.0_a14-1-4-g0913fd9

Daniel Baumann daniel at debian.org
Mon Dec 6 15:13:17 UTC 2010


The following commit has been merged in the debian-next branch:
commit d89bf616b5cb3843b874896d8829cc70bcf4f413
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Dec 6 16:11:51 2010 +0100

    Don't hard-depend on test target in Makefile.

diff --git a/Makefile b/Makefile
index f9290a2..59eb62f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = de fr pt_BR
 
 SCRIPTS = bin/* scripts/*.sh scripts/*/*
 
-all: test build
+all: build
 
 test:
 	@echo -n "Checking for syntax errors"
diff --git a/debian/rules b/debian/rules
index 85f8fe1..273f3a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 %:
 	dh ${@}
 
-override_dh_auto_build:
-	# disabled
-
 override_dh_auto_install:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/live-config install
 

-- 
live-config



More information about the debian-live-changes mailing list