summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqtinterface/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 /ubuntu/maverick/dependencies/tqtinterface/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 'ubuntu/maverick/dependencies/tqtinterface/debian')
-rwxr-xr-xubuntu/maverick/dependencies/tqtinterface/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/rules b/ubuntu/maverick/dependencies/tqtinterface/debian/rules
index 9f873f0dd..f05e2fadd 100755
--- a/ubuntu/maverick/dependencies/tqtinterface/debian/rules
+++ b/ubuntu/maverick/dependencies/tqtinterface/debian/rules
@@ -11,7 +11,8 @@ DEB_KDE_APIDOX := yes
version=Debian Package $(DEB_VERSION)
DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
-DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON"
+DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="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.