[redeclipse] 01/01: Use dh_auto_build with flags to enable parallel building

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 19:11:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch master
in repository redeclipse.

commit 7db72e86a72a74e0d279f4e75bb8da093a3b7a35
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Apr 4 21:02:27 2015 +0200

    Use dh_auto_build with flags to enable parallel building
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 59fe5a6..da30f4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_clean:
 	$(MAKE) -C src clean-client clean-server
 
 override_dh_auto_build:
-	make -C src/ \
+	dh_auto_build -- \
 		CPPFLAGS="$(CPPFLAGS)" \
 		CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
 		CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git



More information about the Pkg-games-commits mailing list