diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-27 11:47:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-27 11:47:26 +0200 |
commit | f16a6e8d2fd23eda99dab95acff8cd7ede3b36ab (patch) | |
tree | c427501636c25662859d1650ec18b122152b1ef1 /debian | |
parent | ac4fa566af9ea59790f88b7b3759490036ad3be9 (diff) |
Migrate to debhelper 10
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 15 |
3 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 12330b6..d32b375 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ 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. + * Migrate to debhelper 10: + - Change debian/compat to 10. + - Bump minimum debhelper version in debian/control to >= 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 27 Jun 2017 11:18:13 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 64400d3..e0a5450 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,20 @@ Section: net Priority: optional 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 +Build-Depends: + debhelper (>= 10), + dh-systemd (>= 1.5), + dpkg-dev (>= 1.16.1), + iproute2 [linux-any], + liblz4-dev, + liblzo2-dev, + libpam0g-dev, + libpkcs11-helper1-dev, + libssl1.0-dev, + libsystemd-dev [linux-any], + net-tools [!linux-any], + pkg-config, + systemd [linux-any] Standards-Version: 3.9.8 Homepage: http://www.openvpn.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/openvpn.git |