diff options
Diffstat (limited to 'ubuntu/_base/applications/ktechlab/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/ktechlab/debian/rules | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/_base/applications/ktechlab/debian/rules b/ubuntu/_base/applications/ktechlab/debian/rules deleted file mode 100755 index 4b05dbd51..000000000 --- a/ubuntu/_base/applications/ktechlab/debian/rules +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -include debian/cdbs/debian-tde.mk - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc/trinity" \ - -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ - -DWITH_ALL_OPTIONS="ON" - -debian/ktechlab.xpm: icons/hi32-app-ktechlab.png - convert $< $@ - -post-patches:: debian/ktechlab.xpm - dh_testdir - -clean:: -ifneq "$(wildcard debian/ktechlab.xpm)" "" - rm -f debian/ktechlab.xpm -endif |