From 7887d081398437b50abd948961d273a4e0b227e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Sep 2018 21:31:15 +0200 Subject: Migrate to debhelper 11 --- debian/changelog | 3 +++ debian/compat | 3 ++- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e2e62e..5e90cf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ downtimed (1.0-2) UNRELEASED; urgency=medium * Change to my new email address. * New README.source to explain the branching model used. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst Sun, 09 Sep 2018 21:25:57 +0200 diff --git a/debian/compat b/debian/compat index ec63514..9f1d48e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1,2 @@ -9 +11 + diff --git a/debian/control b/debian/control index 31689d6..2a6fc8e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 9), + debhelper (>= 11), dh-systemd, dpkg-dev (>= 1.15.7) Standards-Version: 3.9.8 -- cgit v1.2.3