From f16a6e8d2fd23eda99dab95acff8cd7ede3b36ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 27 Jun 2017 11:47:26 +0200 Subject: Migrate to debhelper 10 --- debian/changelog | 3 +++ debian/compat | 2 +- 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 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 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 Uploaders: Jörg Frings-Fürst -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 -- cgit v1.2.3