summaryrefslogtreecommitdiffstats
path: root/debian/lenny/applications/kbfx
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 /debian/lenny/applications/kbfx
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 'debian/lenny/applications/kbfx')
-rwxr-xr-xdebian/lenny/applications/kbfx/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/lenny/applications/kbfx/debian/rules b/debian/lenny/applications/kbfx/debian/rules
index 5ea2ffc62..296fbd05a 100755
--- a/debian/lenny/applications/kbfx/debian/rules
+++ b/debian/lenny/applications/kbfx/debian/rules
@@ -21,7 +21,8 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
-DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/"
+DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
get-orig-source:
@@dh_testdir