From c1ec8276f0617a7ab1dcb3a72b5c2ac1a34a2456 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jan 2022 13:09:26 +0900 Subject: DEB: added packaging files for polkit-tqt - part 2. Ubuntu files were missing in previous commit. Signed-off-by: Michele Calgaro --- 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