diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-09 02:12:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-09 02:12:56 -0500 |
commit | b386b996e17ee946b6663cc6e497505294801a39 (patch) | |
tree | 2fbf49361a3ce06c34a0b51ceef337fdee250bf6 /debian/squeeze/applications/kbfx | |
parent | 3107e430f9ed175a5a21d2c856229dc499bf3972 (diff) | |
download | tde-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/applications/kbfx')
-rwxr-xr-x | debian/squeeze/applications/kbfx/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/squeeze/applications/kbfx/debian/rules b/debian/squeeze/applications/kbfx/debian/rules index 9d710b00d..2bffe9b78 100755 --- a/debian/squeeze/applications/kbfx/debian/rules +++ b/debian/squeeze/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/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" +DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ +-DCMAKE_BUILD_TYPE=RelWithDebInfo get-orig-source: @@dh_testdir |