diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 21:10:22 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 21:10:22 +0100 |
commit | c758edea1d28b28ddb5debdc418d51adc6a490b5 (patch) | |
tree | a9e7aa04d526f94f71ad8522b9a25cb6aea6dacf | |
parent | 2695598ad997172865a002117708b9a4ebfa9545 (diff) |
Switch to debhelper-compat
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 28f5c7b..876de22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ mwc (2.0.5-2) UNRELEASED; urgency=medium * debian/watch: - Change version to 4. * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). + * Switch to debhelper-compat: + - debian/control: Replace debhelper with debhelper-compat. + - Remove debian/compat. -- Jörg Frings-Fürst <debian@jff.email> Wed, 13 Nov 2024 20:38:05 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 56c1918..8e672d6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), dh-python, python3-all Standards-Version: 4.7.0.1 |