From bf2b38834b6d64ca3bc052f61d2a4554384e4913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Oct 2018 23:26:48 +0200 Subject: Migrate to debhelper 11 --- debian/changelog | 3 +++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c2ddad..a0bc390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ mwc (2.0.4-3) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst Mon, 01 Oct 2018 23:19:47 +0200 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 2ed0fd3..2dc9fb3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 10), + debhelper (>= 11), dh-python, python3-all Standards-Version: 4.2.1 -- cgit v1.2.3