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

This commit is contained in:
Frédéric Péters 2021-10-09 19:01:47 +02:00
parent add04ecadb
commit f4e0289d27
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: hobo
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper (>= 9), dh-python, dh-systemd, sassc
Build-Depends: python3-setuptools, python3-all, python3-django, debhelper-compat (= 12), dh-python, dh-systemd, sassc
Standards-Version: 3.9.1
Package: python3-hobo

2
debian/rules vendored
View File

@ -7,7 +7,7 @@ export DEB_BUILD_OPTIONS=nocheck
PYTHON3_HOBO_DIR=$(CURDIR)/debian/python3-hobo
%:
dh $@ --with python3,systemd --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install