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 a5fdb21..a63f4dc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: bijoe Section: python Priority: optional Maintainer: Benjamin Dauvergne -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python3-django, dh-python, dh-systemd +Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), python3-django, dh-python, dh-systemd Standards-Version: 3.9.1 Homepage: https://dev.entrouvert.org/projects/bijoe/ diff --git a/debian/rules b/debian/rules index 783a5ce..6a86bb9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_DISABLE=test %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild