From b8ff6a1a8340b351aeacc37cf335a6b1ae00873f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Jun 2023 19:43:49 +0200 Subject: Migrate to debhelper-compat 13 --- debian/changelog | 3 +++ debian/compat | 1 - debian/control | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 7e74ae4..eb5923c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ cil (0.07.00-13) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). + * Migrate to debhelper-compat 13: + - Change debhelper (>= 11) to debhelper-compat (= 13) in debian/control. + - Remove debian/compat. -- Jörg Frings-Fürst Mon, 19 Jun 2023 19:27:27 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 418d773..3f1158c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Standards-Version: 4.6.2.0 Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), libmodule-build-perl Build-Depends-Indep: libclass-accessor-perl, -- cgit v1.2.3