From 11d40b6431812bea28e3f43b1db8509654ad3dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Dec 2021 15:57:18 +0100 Subject: [PATCH] debian: switch to debhelper-compat 12 (#57538) --- 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 6c2b56e..89c5e86 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: django-ckeditor Section: python Priority: extra Maintainer: Frederic Peters -Build-Depends: debhelper, +Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-django,