[hedgewars] 01/01: Disabling parallel support
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Sun Dec 29 13:05:58 UTC 2013
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 <costamagnagianfranco at yahoo.it>
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 <costamagnagianfranco at yahoo.it> 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
More information about the Pkg-games-commits
mailing list