[SCM] team based FPS game - packaging branch, debian, updated. debian/1.1.0-4.1-33-g855d6ce

Simon McVittie smcv at debian.org
Sat Jul 17 14:11:12 UTC 2010


The following commit has been merged in the debian branch:
commit 854cc9fb452e81e13f4278f79b20a64920d1f441
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jul 17 12:37:15 2010 +0100

    Use dh to build

diff --git a/debian/rules b/debian/rules
index 9bc99be..58ee2e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,19 +17,12 @@ endif
 
 BUILD_DIR=build/release-linux-$(Q3ARCH)
 
-build: build-arch
-
-build-arch: build-arch-stamp
-build-arch-stamp:
-	dh_testdir
+build clean: %:
+	dh $@
 
+override_dh_auto_build:
 	$(MAKE) $(BUILD_FLAGS)
 
-	touch build-arch-stamp
-
-clean:
-	dh clean
-
 install: install-indep install-arch
 
 install-indep:

-- 
team based FPS game - packaging



More information about the Pkg-games-commits mailing list