From 9ec41f766c1224edce2f0899d158bdb7751a74d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 13:52:27 +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 ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 60ab8b6..8ddfbdd 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: http-ece Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, flake8, python3-all,