diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8b1643e..12330b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openvpn (2.4.3-3) UNRELEASED; urgency=medium + + [ Jörg Frings-Fürst ] + * debian/control: + - Set Bernhard Schmidt <berni@debian.org> as maintainer and myself as + Uploader. + - Many thanks to Alberto Gonzalez Iniesta. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 27 Jun 2017 11:18:13 +0200 + openvpn (2.4.3-2) unstable; urgency=medium * The "Bye bye OpenVPN" revenge release diff --git a/debian/control b/debian/control index dd2aa76..64400d3 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: openvpn Section: net Priority: optional -Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org> +Maintainer: Bernhard Schmidt <berni@debian.org> +Uploaders: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: debhelper (>= 7.0.50~), libssl1.0-dev, liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config, dpkg-dev (>= 1.16.1), iproute2 [linux-any], net-tools [!linux-any], dh-systemd (>= 1.5), libsystemd-dev [linux-any], systemd [linux-any], liblz4-dev Standards-Version: 3.9.8 Homepage: http://www.openvpn.net/ |