From b1ca70f7b25e3c0348e5080db5315f95bfa698e3 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:22:47 +0200 Subject: [PATCH] debian: switch 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 ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index f7707ff..4ca54dc 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: django-admin-rangefilter Maintainer: Thomas NOEL Section: python Priority: optional -Build-Depends: debhelper (>= 9.0.0), +Build-Depends: debhelper-compat (= 12), dh-python, - dh-systemd, python3-all, python3-django, python3-setuptools