diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index eee9f983..0fb3b0f9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: passerelle Section: python Priority: optional Maintainer: Thomas NOËL -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), python3-django, python3-setuptools, python3-all, diff --git a/debian/rules b/debian/rules index 3e8dd04b..4520655f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export PYBUILD_NAME=passerelle export PYBUILD_DISABLE=test %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install