From a6441eda1e79fff3643a3bf6f9f9408a77c07869 Mon Sep 17 00:00:00 2001 From: Michele Calgaro <michele.calgaro@yahoo.it> Date: Sun, 9 Feb 2020 19:09:57 +0900 Subject: Kerry has been removed from TDE. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> --- ubuntu/_base/applications/kerry/debian/rules | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 ubuntu/_base/applications/kerry/debian/rules (limited to 'ubuntu/_base/applications/kerry/debian/rules') diff --git a/ubuntu/_base/applications/kerry/debian/rules b/ubuntu/_base/applications/kerry/debian/rules deleted file mode 100755 index cee2a3058..000000000 --- a/ubuntu/_base/applications/kerry/debian/rules +++ /dev/null @@ -1,19 +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_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc" \ - -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" -- cgit v1.2.1