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

This commit is contained in:
Frédéric Péters 2021-10-10 10:39:36 +02:00
parent 8546dbb710
commit 9f15d4fbb2
3 changed files with 2 additions and 3 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
10

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends-Indep: python3-all-dev
Build-Depends: debhelper (>= 9), dh-python, dh-systemd, python3-setuptools, python3-django
Build-Depends: debhelper-compat (= 12), dh-python, dh-systemd, python3-setuptools, python3-django
Standards-Version: 3.9.6
Homepage: http://dev.entrouvert.org/projects/authentic/

2
debian/rules vendored
View File

@ -4,7 +4,7 @@ export PYBUILD_NAME=authentic2
export PYBUILD_DISABLE=test
%:
dh $@ --with python3,systemd --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install