From de18b56efecadc4b5d2473904828db9c08cd2162 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 13 Sep 2020 11:57:56 +0100 Subject: [PATCH] Remove --with-systemd option to dh --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 16c71cf..777262c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ onak (0.6.1-1) UNRELEASED; urgency=low * Set Rules-Requires-Root to no * Cleanup postinst to avoid recursive chown of database * Add dependency on pkg-config + * Remove --with=systemd from dh call. -- Jonathan McDowell Thu, 22 Aug 2019 07:18:49 +0100 diff --git a/debian/rules b/debian/rules index baa74cb..4cfee2b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all CFLAGS += -std=gnu99 %: - dh "$@" --with systemd + dh "$@" override_dh_installinit: dh_installinit --no-start -- 2.39.2