From e74311519d09df3acf3e94f6c1578988daf8a8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Aug 2022 22:32:12 +0200 Subject: [PATCH] debian: bump to debhelper compat 12 --- debian/compat | 1 - debian/control | 3 +-- 2 files changed, 1 insertion(+), 3 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 23344e9..de9bbe5 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: zoo Section: python Priority: optional Maintainer: Benjamin Dauvergne -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-python, - dh-systemd, python3-setuptools, python3-all, python3-django