diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 14:29:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 14:29:43 +0200 |
commit | 916f38dbe64be1ddd1ed4daf2bf1ca83211efa76 (patch) | |
tree | d52c0b976a67032c2f2d9c2ac8c4faeb1528361d | |
parent | 64639e6dd78c89be61bbffeefcbd7a8d1e38178f (diff) |
Migrate to debhelper 11
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 88712b2..4c5d08f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ openvpn (2.4.6-1) UNRELEASED; urgency=medium * New upstream release. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. * debian/control: - Change to my new email address. diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 3d26edd..fd6da4a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Bernhard Schmidt <berni@debian.org> 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, |