diff options
Diffstat (limited to 'ubuntu/_base/applications/kbfx/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/kbfx/debian/rules | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ubuntu/_base/applications/kbfx/debian/rules b/ubuntu/_base/applications/kbfx/debian/rules index aa3fc3652..bb4d9b898 100755 --- a/ubuntu/_base/applications/kbfx/debian/rules +++ b/ubuntu/_base/applications/kbfx/debian/rules @@ -4,11 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-tde.mk -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -DEB_CONFIGURE_INFODIR := /opt/trinity/share/info - DEB_CMAKE_EXTRA_FLAGS =\ -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ -DLIB_SUFFIX="" \ @@ -17,6 +12,3 @@ DEB_CMAKE_EXTRA_FLAGS =\ -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DBUILD_ALL="ON" - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) |