summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/kdegraphics/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 02:12:56 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-29 02:24:00 +0100
commit1517d6460b0cfd9f557a7e7567a482afb4a08bf8 (patch)
tree236cb7ebb7884ad4a0d2ba3a13f1679092d07c68 /ubuntu/maverick/kdegraphics/debian
parent13b98dae7c85de52523599001f27306a2a49e3f2 (diff)
downloadtde-packaging-1517d6460b0cfd9f557a7e7567a482afb4a08bf8.tar.gz
tde-packaging-1517d6460b0cfd9f557a7e7567a482afb4a08bf8.zip
Set CMAKE_BUILD_TYPE=RelWithDebInfo for other modules on Debian and Ubuntu
(cherry picked from commit b386b996e17ee946b6663cc6e497505294801a39)
Diffstat (limited to 'ubuntu/maverick/kdegraphics/debian')
-rwxr-xr-xubuntu/maverick/kdegraphics/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/kdegraphics/debian/rules b/ubuntu/maverick/kdegraphics/debian/rules
index 80e3dd1d6..68596069e 100755
--- a/ubuntu/maverick/kdegraphics/debian/rules
+++ b/ubuntu/maverick/kdegraphics/debian/rules
@@ -15,7 +15,8 @@ include /usr/share/cdbs/1/class/cmake.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.