[SCM] live-tools branch, debian, updated. b99a4b0b5a1d0c83e725e8624d6ecffa9421ea2e

Daniel Baumann daniel at debian.org
Mon Dec 6 14:15:33 UTC 2010


The following commit has been merged in the debian branch:
commit 9abc595affcabbeec9c5fdf432d31598d9425123
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Dec 6 15:04:46 2010 +0100

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

diff --git a/Makefile b/Makefile
index e7292de..ededfca 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = de
 
 SCRIPTS = scripts/*
 
-all: test build
+all: build
 
 test:
 	@echo -n "Checking for syntax errors"
diff --git a/debian/rules b/debian/rules
index 0eaa58a..83a4e3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 %:
 	dh ${@}
 
-override_dh_auto_build:
-	# disabled
-
 override_dh_auto_install:
 	dh_auto_install
 

-- 
live-tools



More information about the debian-live-changes mailing list