From 48e437ff6dcd202637db758bfb5921e24f0486ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 11:39:31 +0100 Subject: [PATCH] debian: use debhelper compat level 12 --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index acce10b..f95d8db 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: python Priority: optional Build-Depends: python3-setuptools, python3-all, - debhelper (>= 10), + debhelper-compat (= 12), dh-python, dh-systemd, openssl,