[hyperrogue] 01/05: Don't build with parallel to reduce the amount of required memory.

Markus Koschany apo at moszumanska.debian.org
Sat Sep 10 21:03:26 UTC 2016


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

apo pushed a commit to branch master
in repository hyperrogue.

commit 0fb8fa470f167f521c12b9cbe187d2e0b8f897b5
Author: Markus Koschany <apo at debian.org>
Date:   Sat Sep 10 20:16:33 2016 +0200

    Don't build with parallel to reduce the amount of required memory.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b43c1b5..0f1d54f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	$(RM) src/glew.c

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



More information about the Pkg-games-commits mailing list