From: Jonathan McDowell Date: Sun, 13 Sep 2020 10:57:56 +0000 (+0100) Subject: Remove --with-systemd option to dh X-Git-Tag: onak-0.6.2~16 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=de18b56efecadc4b5d2473904828db9c08cd2162 Remove --with-systemd option to dh --- 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