diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 223ddc8..8f48a74 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: openvpn Section: net Priority: optional Maintainer: Bernhard Schmidt <berni@debian.org> -Uploaders: Jörg Frings-Fürst <debian@jff-webhosting.net> +Uploaders: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), dpkg-dev (>= 1.16.1), iproute2 [linux-any], liblz4-dev, @@ -16,14 +16,14 @@ Build-Depends: net-tools [!linux-any], pkg-config, systemd [linux-any] -Standards-Version: 4.1.2 +Standards-Version: 4.1.5 Homepage: https://openvpn.net/ -Vcs-Git: https://anonscm.debian.org/git/collab-maint/openvpn.git -Vcs-Browser: https://anonscm.debian.org/git/collab-maint/openvpn.git +Vcs-Git: https://salsa.debian.org/debian/openvpn.git +Vcs-Browser: https://salsa.debian.org/debian/openvpn Package: openvpn Architecture: any -Depends: +Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, @@ -32,7 +32,8 @@ Depends: lsb-base (>= 3.0-6) Suggests: openssl, - resolvconf + resolvconf, + openvpn-systemd-resolved Recommends: easy-rsa Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a @@ -46,4 +47,3 @@ Description: virtual private network daemon OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels over NAT or connection-oriented stateful firewalls (such as Linux's iptables). - |