[hedgewars] 01/01: Forcing Release as build type
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Mon Jan 6 19:50:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository hedgewars.
commit d718f6a4eb7be97fea8eb1ead3d9b23202c37438
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon Jan 6 11:24:36 2014 +0100
Forcing Release as build type
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 51bb176..516ab29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,9 @@ override_dh_auto_configure:
mkdir -p tmp-icon/$$dirname/apps; \
convert $$icon tmp-icon/$$dirname/apps/$$basename.png; \
done
- dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars -DDATA_INSTALL_DIR=/usr/share/games/hedgewars
+ dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \
+ -DDATA_INSTALL_DIR=/usr/share/games/hedgewars \
+ -DCMAKE_BUILD_TYPE=RELEASE
override_dh_clean:
rm -rf tmp-icon
--
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