From bb0294a65b2f929503d735a2a1e85612295a4376 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 17:59:37 +0200 Subject: Adding debian version 3.38.2-1+deb11u1. Signed-off-by: Daniel Baumann --- debian/rules | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bd725b8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs + +ifeq ($(DEB_HOST_ARCH_OS),linux) +ENABLE_SELINUX := -Dselinux=true +else +ENABLE_SELINUX := -Dselinux=false +endif + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- \ + -Ddocs=true \ + -Dextension=true \ + -Dpackagekit=true \ + -Dtests=all \ + $(ENABLE_SELINUX) + +override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + touch $(CURDIR)/debian/.debhelper/generated/_source/home/.gtk-bookmarks + dbus-run-session -- xvfb-run --auto-servernum dh_auto_test +endif + +override_dh_makeshlibs: + dh_makeshlibs -- -c4 -- cgit v1.2.3