summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-03 06:57:54 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-03 06:57:54 +0200
commit47935976f8f49f169de35f8f6fa44aaa5f648b55 (patch)
tree624eae722ae1ff067d05f3ffe0c26a5488f4c64b
parent6981bb81eb962317ecccc4b8c5a3f13243b069fd (diff)
Drop dh-systemd from both Build-Depends and dh command line
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d2c7b0..6b56477 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openvpn (2.4.4-1) UNRELEASED; urgency=medium
* New Upstream release.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
+ * Drop dh-systemd from both Build-Depends and dh command line as
+ it is enabled by default for dh compat level 10.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 02 Oct 2017 06:57:42 +0200
diff --git a/debian/control b/debian/control
index 47cbd47..529ca0d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Build-Depends:
libssl1.0-dev,
libsystemd-dev [linux-any],
net-tools [!linux-any],
- pkg-config,
- systemd [linux-any]
+ pkg-config
Standards-Version: 4.1.1
Homepage: https://openvpn.net/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git
diff --git a/debian/rules b/debian/rules
index c8c0dca..603d9a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with systemd
+ dh $@
override_dh_auto_configure:
-test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not