From c7e1fd583ec6b6f9e28d9fb215f1a304a6cb80cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 10 Oct 2021 10:51:54 +0200 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 78b3c6c..a409293 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wcs-olap Section: python Priority: optional Maintainer: Benjamin Dauvergne -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python +Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), dh-python Standards-Version: 3.9.6 Homepage: http://dev.entrouvert.org/projects/wcs-olap/