diff options
Diffstat (limited to 'ubuntu/maverick/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index ced683e05..c484f3f2c 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -17,6 +17,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_DH_STRIP_ARGS := --dbg-package=tdevelop-trinity-dbg + DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) |