From 1517d6460b0cfd9f557a7e7567a482afb4a08bf8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 9 Aug 2012 02:12:56 -0500 Subject: Set CMAKE_BUILD_TYPE=RelWithDebInfo for other modules on Debian and Ubuntu (cherry picked from commit b386b996e17ee946b6663cc6e497505294801a39) --- debian/squeeze/applications/kdesvn/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/squeeze/applications/kdesvn') diff --git a/debian/squeeze/applications/kdesvn/debian/rules b/debian/squeeze/applications/kdesvn/debian/rules index 4cc199271..03f12c63c 100755 --- a/debian/squeeze/applications/kdesvn/debian/rules +++ b/debian/squeeze/applications/kdesvn/debian/rules @@ -14,7 +14,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_CXX_FLAGS="-I/opt/trinity/include/kde" -DCMAKE_LDFLAGS="-L/opt/trinity/lib" +DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DCMAKE_CXX_FLAGS="-I/opt/trinity/include/kde" -DCMAKE_LDFLAGS="-L/opt/trinity/lib" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo DEB_COMPRESS_EXCLUDE := .dcl .docbook -license .tag .sty .el -- cgit v1.2.3