r15417 - packages/trunk/supertuxkart/debian

Vincent Cheng vcheng at moszumanska.debian.org
Thu May 14 06:33:57 UTC 2015


Author: vcheng
Date: 2015-05-14 06:33:56 +0000 (Thu, 14 May 2015)
New Revision: 15417

Modified:
   packages/trunk/supertuxkart/debian/rules
Log:
supertuxkart: override CMAKE_BUILD_TYPE in d/rules


Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules	2015-05-14 06:30:46 UTC (rev 15416)
+++ packages/trunk/supertuxkart/debian/rules	2015-05-14 06:33:56 UTC (rev 15417)
@@ -25,10 +25,12 @@
 	# libbluetooth-dev is only available on linux, hence build with
 	# wiimote input device support only on linux
 	if [ $(DEB_HOST_ARCH_OS) = linux ]; then \
-	dh_auto_configure -- -DSTK_INSTALL_BINARY_DIR="games" \
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE=STKRelease \
+	                     -DSTK_INSTALL_BINARY_DIR="games" \
 	                     -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart"; \
 	else \
-	dh_auto_configure -- -DSTK_INSTALL_BINARY_DIR="games" \
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE=STKRelease \
+	                     -DSTK_INSTALL_BINARY_DIR="games" \
 	                     -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
 	                     -DUSE_WIIUSE=OFF; \
 	fi




More information about the Pkg-games-commits mailing list