From 54117b495e08c92e2521aaa067f68f54c05dd5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Sep 2018 21:42:38 +0200 Subject: Remove useless systemd parts from d/rules & d/control --- debian/changelog | 2 ++ debian/control | 1 - debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b09a339..401619f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ downtimed (1.0-2) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + - Remove --with=systemd from debian/rules. + - Remove build depends dh-systemd from debian/control. * Declare compliance with Debian Policy 4.2.1 (No changes needed). -- Jörg Frings-Fürst Sun, 09 Sep 2018 21:25:57 +0200 diff --git a/debian/control b/debian/control index b4cd7db..d6bd008 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 11), - dh-systemd, dpkg-dev (>= 1.15.7) Standards-Version: 4.2.1 Homepage: http://dist.epipe.com/downtimed/ diff --git a/debian/rules b/debian/rules index 8f0a161..63397b4 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with=systemd + dh $@ override_dh_installchangelogs: dh_installchangelogs NEWS -- cgit v1.2.3