From 5d693c7d2ac7fc6354a2cfe309e7b6670d9a38a2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jan 2022 13:04:58 +0900 Subject: DEB: added packaging files for polkit-tqt. Signed-off-by: Michele Calgaro (cherry picked from commit 1a8bf0d27e6e0a9d952c263bc2345f4d4add62ec) (cherry picked from commit c1ec8276f0617a7ab1dcb3a72b5c2ac1a34a2456) --- ubuntu/_base/dependencies/polkit-tqt/debian/rules | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 ubuntu/_base/dependencies/polkit-tqt/debian/rules (limited to 'ubuntu/_base/dependencies/polkit-tqt/debian/rules') diff --git a/ubuntu/_base/dependencies/polkit-tqt/debian/rules b/ubuntu/_base/dependencies/polkit-tqt/debian/rules new file mode 100755 index 000000000..71edffe1c --- /dev/null +++ b/ubuntu/_base/dependencies/polkit-tqt/debian/rules @@ -0,0 +1,23 @@ +#!/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 + +ifdef DEB_HOST_MULTIARCH + CMAKE_INSTALL_LIBDIR = lib/$(DEB_HOST_MULTIARCH) +else + CMAKE_INSTALL_LIBDIR = lib +endif + +# Build options +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_LIBDIR=$(CMAKE_INSTALL_LIBDIR) \ + -DWITH_ALL_OPTIONS="ON" \ + -DBUILD_ALL="ON" + +DEB_MAKE_CHECK_TARGET = check -- cgit v1.2.1