summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-09 21:42:38 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-09 21:42:38 +0200
commit54117b495e08c92e2521aaa067f68f54c05dd5e4 (patch)
treeacbb3c352519894510ba852a31fd4c12f353bb85
parente745ee7873f403c7ebb899d262953288f70ce63e (diff)
Remove useless systemd parts from d/rules & d/control
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
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 <debian@jff.email> 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 <debian@jff.email>
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