summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-19 19:43:49 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-19 19:43:49 +0200
commitb8ff6a1a8340b351aeacc37cf335a6b1ae00873f (patch)
treeea9ffc89a457c4dcb4caf0b4f5dd1ab2931de731
parentec8d2901a4a71be6dcbf38ae31da1a5fb7d16a8d (diff)
Migrate to debhelper-compat 13
-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,