debian: switch to debhelper compat 12 (#57538)

This commit is contained in:
Frédéric Péters 2021-12-02 21:26:25 +01:00
parent 7b7362b6d6
commit 101bcfac89
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

@ -2,7 +2,7 @@ Source: scrutiny
Maintainer: Frederic Peters <fpters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 10), dh-python
Build-Depends: python3-setuptools, python3-all, debhelper-compat (= 12), dh-python
Standards-Version: 3.9.6
Package: python3-scrutiny

2
debian/rules vendored
View File

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