debian: switch to debhelper-compat 12 (#57538)

This commit is contained in:
Frédéric Péters 2021-10-10 12:12:23 +02:00
parent 2b257a8334
commit a722cf6153
3 changed files with 2 additions and 3 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: bijoe
Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
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/

2
debian/rules vendored
View File

@ -3,4 +3,4 @@
export PYBUILD_DISABLE=test
%:
dh $@ --with python3,systemd --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild