]> the.earth.li Git - onak.git/commitdiff
Remove --with-systemd option to dh
authorJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 10:57:56 +0000 (11:57 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 10:57:56 +0000 (11:57 +0100)
debian/changelog
debian/rules

index 16c71cf4e52fdd85de8d15423ab69248dc3166ff..777262ca0da59b4f6d20f11ae2c67bcdf0a0163b 100644 (file)
@@ -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 <noodles@earth.li>  Thu, 22 Aug 2019 07:18:49 +0100
 
index baa74cb624dfd47228c08e304abe8bfcdd0bf79e..4cfee2bbad85f00c781e29423c2b5be08d10d680 100755 (executable)
@@ -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