diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:35:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:35:58 +0000 |
commit | 25f6d4540acde1114c6457368f9344896635be46 (patch) | |
tree | 3be540bd1d275279237cb882d7afb6a8e6f0503a /debian/rules | |
parent | Releasing progress-linux version 3.4-1~progress7.99u1. (diff) | |
download | tmux-25f6d4540acde1114c6457368f9344896635be46.tar.xz tmux-25f6d4540acde1114c6457368f9344896635be46.zip |
Merging debian version 3.4-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6c76020..6a14e40 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,15 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all +ifeq ($(DEB_HOST_ARCH_OS),linux) +enable_systemd = --enable-systemd +endif + %: dh $@ override_dh_auto_configure: - dh_auto_configure -- --enable-utempter --enable-systemd --enable-sixel + dh_auto_configure -- --enable-utempter $(enable_systemd) execute_after_dh_auto_install: install -D -m 644 debian/shells \ |