This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to annotated tag debian/0.9.20-2 in repository hedgewars.
commit 20e0854b8282bd7b1fd77dedab2387cace393acb Author: Gianfranco Costamagna <[email protected]> Date: Sun Dec 29 14:02:41 2013 +0100 Disabling parallel support --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb15d6d..5461993 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hedgewars (0.9.20-2) experimental; urgency=low + + * Building without parallel support + + -- Gianfranco Costamagna <[email protected]> Sun, 29 Dec 2013 14:02:19 +0100 + hedgewars (0.9.20-1) experimental; urgency=low * New upstream release (lp: #1264606) diff --git a/debian/rules b/debian/rules index a5ca29e..3d15293 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars -DDATA_INSTALL_DIR=/usr/share/games/hedgewars -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

