This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository deng.
commit 903a01be6a9e634ac8a3ee203f1710ca98a710a8 Author: Markus Koschany <[email protected]> Date: Sun Oct 9 18:13:28 2016 +0200 d/rules: Remove --parallel option because we use compat 10 already. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0416bf7..4ecb8e0 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ CONFFLAGS=CONFIG+=release \ DENG_BUILD=$(shell dpkg-parsechangelog -S Version) \ %: - dh $@ --parallel --sourcedirectory=doomsday + dh $@ --sourcedirectory=doomsday override_dh_auto_configure: dh_auto_configure -- $(CONFFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/deng.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

