diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 16 |
2 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index d32b375..85be0d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,11 @@ openvpn (2.4.3-3) UNRELEASED; urgency=medium - Set Bernhard Schmidt <berni@debian.org> as maintainer and myself as Uploader. - Many thanks to Alberto Gonzalez Iniesta. + - Change Vcs-Browser to cgit. * Migrate to debhelper 10: - Change debian/compat to 10. - Bump minimum debhelper version in debian/control to >= 10. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 27 Jun 2017 11:18:13 +0200 diff --git a/debian/control b/debian/control index e0a5450..fab3ebc 100644 --- a/debian/control +++ b/debian/control @@ -17,15 +17,23 @@ Build-Depends: net-tools [!linux-any], pkg-config, systemd [linux-any] -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: http://www.openvpn.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/openvpn.git -Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/openvpn.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/openvpn.git Package: openvpn Architecture: any -Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, iproute2 [linux-any], net-tools [!linux-any], lsb-base (>= 3.0-6) -Suggests: openssl, resolvconf +Depends: + debconf | debconf-2.0, + ${shlibs:Depends}, + ${misc:Depends}, + iproute2 [linux-any], + net-tools [!linux-any], + lsb-base (>= 3.0-6) +Suggests: + openssl, + resolvconf Recommends: easy-rsa Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a |