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

This commit is contained in:
Frédéric Péters 2022-07-06 12:58:50 +02:00
parent 311aa1d761
commit 55587cea46
3 changed files with 2 additions and 4 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

3
debian/control vendored
View File

@ -2,9 +2,8 @@ Source: petale
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper-compat (= 12),
dh-python,
dh-systemd,
python3-all,
python3-django,
python3-setuptools,

2
debian/rules vendored
View File

@ -5,7 +5,7 @@ export PYBUILD_DISABLE=test
export PYBUILD_NAME=petale
%:
dh $@ --with python3,systemd --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
mv $(CURDIR)/debian/python3-petale/usr/bin/manage.py debian/petale/usr/lib/petale/