[SCM] live-boot branch, debian-next, updated. debian/3.0_a13-1-4-g9bc0b31

Daniel Baumann daniel at debian.org
Mon Dec 6 14:36:04 UTC 2010


The following commit has been merged in the debian-next branch:
commit f0257619d9581f96e6842bbbd35e01a647927350
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Dec 6 15:35:23 2010 +0100

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

diff --git a/Makefile b/Makefile
index 6f69012..cb931ca 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = de
 
 SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*
 
-all: test build
+all: build
 
 test:
 	@echo -n "Checking for syntax errors"
diff --git a/debian/rules b/debian/rules
index bcd2d2d..7c47745 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-boot install
 

-- 
live-boot



More information about the debian-live-changes mailing list