From a1f4621c24b8157a4f6c693e96d9c30f6e2da644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Sep 2018 16:12:38 +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 6982ddc..3f2449b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ cil (0.07.00-12) 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. * debian/control: - Change Vcs-* to point to the new repository. 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 47ff96e..ce1860d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Jörg Frings-Fürst Standards-Version: 3.9.8 Build-Depends: - debhelper (>= 10), + debhelper (>= 11), libmodule-build-perl Build-Depends-Indep: libclass-accessor-perl, -- cgit v1.2.3