r36572 - /packages/life/trunk/debian/rules

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sat May 29 17:28:32 UTC 2010


Author: prudhomm
Date: Sat May 29 17:28:26 2010
New Revision: 36572

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36572
Log:
use RelWithDebInfo

Modified:
    packages/life/trunk/debian/rules

Modified: packages/life/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/rules?rev=36572&op=diff
==============================================================================
--- packages/life/trunk/debian/rules (original)
+++ packages/life/trunk/debian/rules Sat May 29 17:28:26 2010
@@ -10,7 +10,8 @@
 
 ifeq "$(DEB_BUILD_ARCH)" "powerpc"
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF                \
+LIFE_INSTALL_ENABLERS=-DCMAKE_BUILD_TYPE=RelWithDebInfo    \
+		      -DLIFE_ENABLE_ALL=OFF                \
                       -DBUILD_TESTING=OFF                  \
                       -DLIFE_ENABLE_DOCUMENTATION=ON       \
                       -DENABLE_INSTANTIATION_MODE=OFF




More information about the debian-science-commits mailing list