summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdegraphics/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 02:12:56 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 02:12:56 -0500
commitb386b996e17ee946b6663cc6e497505294801a39 (patch)
tree2fbf49361a3ce06c34a0b51ceef337fdee250bf6 /debian/squeeze/tdegraphics/debian
parent3107e430f9ed175a5a21d2c856229dc499bf3972 (diff)
downloadtde-packaging-b386b996e17ee946b6663cc6e497505294801a39.tar.gz
tde-packaging-b386b996e17ee946b6663cc6e497505294801a39.zip
Set CMAKE_BUILD_TYPE=RelWithDebInfo for other modules on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/tdegraphics/debian')
-rwxr-xr-xdebian/squeeze/tdegraphics/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/squeeze/tdegraphics/debian/rules b/debian/squeeze/tdegraphics/debian/rules
index caff9212a..6fc12c5ab 100755
--- a/debian/squeeze/tdegraphics/debian/rules
+++ b/debian/squeeze/tdegraphics/debian/rules
@@ -15,7 +15,8 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \
--DWITH_TIFF="ON" -DWITH_OPENEXR="ON" -DWITH_PDF="ON"
+-DWITH_TIFF="ON" -DWITH_OPENEXR="ON" -DWITH_PDF="ON" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.