[SCM] live-config-staging branch, debian, updated. 6227e68a09f77b8b03f87345acd23c4f6b192b03

Daniel Baumann daniel at debian.org
Mon Dec 6 14:30:45 UTC 2010


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

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

diff --git a/Makefile b/Makefile
index 605a5a4..8ddec05 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = de
 
 SCRIPTS = scripts/config/*
 
-all: test build
+all: build
 
 test:
 	@echo -n "Checking for syntax errors"
diff --git a/debian/rules b/debian/rules
index 05940a3..a66e283 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-staging install
 

-- 
live-config-staging



More information about the debian-live-changes mailing list