diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |