[adonthell-data] 03/04: Don't build the package in parallel.

Markus Koschany apo at moszumanska.debian.org
Sun Jun 25 16:45:43 UTC 2017


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

apo pushed a commit to branch master
in repository adonthell-data.

commit 5446f29a503800bcde622610b0b637b268beb370
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 25 18:39:08 2017 +0200

    Don't build the package in parallel.
    
    Closes: #863202
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fbe2ddd..359a3b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the Pkg-games-commits mailing list