diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 07:51:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 07:51:46 +0200 |
commit | 61168812a0d9663737107f64ad5d84274497dbcf (patch) | |
tree | d28b9c18723fa78bfa144e11dab943469b7f726f | |
parent | 47935976f8f49f169de35f8f6fa44aaa5f648b55 (diff) |
correct the last commit
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 529ca0d..14be23f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Bernhard Schmidt <berni@debian.org> Uploaders: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: debhelper (>= 10), - dh-systemd (>= 1.5), dpkg-dev (>= 1.16.1), iproute2 [linux-any], liblz4-dev, @@ -15,7 +14,8 @@ Build-Depends: libssl1.0-dev, libsystemd-dev [linux-any], net-tools [!linux-any], - pkg-config + pkg-config, + systemd [linux-any] Standards-Version: 4.1.1 Homepage: https://openvpn.net/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git |