summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/tqtinterface/debian/rules
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 18:56:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:34:32 +0900
commit9a57d786514acba99af323fd08ad25156fded057 (patch)
tree95788c8519d2881b40e6442255b310c1262df3b3 /ubuntu/_base/dependencies/tqtinterface/debian/rules
parent690617a3a96e32f259611d8c1fe5803a596dc9ee (diff)
downloadtde-packaging-9a57d786514acba99af323fd08ad25156fded057.tar.gz
tde-packaging-9a57d786514acba99af323fd08ad25156fded057.zip
DEB: drop tqtinterface module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/dependencies/tqtinterface/debian/rules')
-rwxr-xr-xubuntu/_base/dependencies/tqtinterface/debian/rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/ubuntu/_base/dependencies/tqtinterface/debian/rules b/ubuntu/_base/dependencies/tqtinterface/debian/rules
deleted file mode 100755
index 0db17ad7b..000000000
--- a/ubuntu/_base/dependencies/tqtinterface/debian/rules
+++ /dev/null
@@ -1,21 +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
-
-version=Debian Package $(DEB_VERSION)
-DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
-
-ifdef DEB_HOST_MULTIARCH
- CMAKE_INSTALL_LIBDIR = lib/$(DEB_HOST_MULTIARCH)
-else
- CMAKE_INSTALL_LIBDIR = lib
-endif
-
-DEB_CMAKE_EXTRA_FLAGS := \
- -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_VERBOSE_MAKEFILE="ON" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_LIBDIR=$(CMAKE_INSTALL_LIBDIR)