diff options
author | Bernhard Schmidt <berni@debian.org> | 2019-03-07 21:38:56 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2019-03-07 21:38:56 +0100 |
commit | cfcec33bd88faeb354a33bd5f8052486ac848f9a (patch) | |
tree | 8e1ace9a34f5ee12b34416b02d514da67d54c907 /debian/control | |
parent | 7486cf05cdeb6996fdf249e5a2f15d93a47dbac1 (diff) | |
parent | a351f71e82badcc71a2ce881bbb97eccfcebc06b (diff) |
Merge tag 'debian/2.4.7-1' into stretch-backports
openvpn Debian release 2.4.7-1
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). - |