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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

