summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 4 insertions, 2 deletions
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 <debian@jff.email> 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 <debian@jff.email>
Standards-Version: 4.6.2.0
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
libmodule-build-perl
Build-Depends-Indep:
libclass-accessor-perl,