From 101bcfac89fc025350dbb0c0de3672c41a48ba50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Dec 2021 21:26:25 +0100 Subject: [PATCH] debian: switch to debhelper compat 12 (#57538) --- debian/compat | 1 - debian/control | 2 +- debian/rules | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 02ed78c..0007cfb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: scrutiny Maintainer: Frederic Peters 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 diff --git a/debian/rules b/debian/rules index 8b84ca5..1563198 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export PYBUILD_NAME=scrutiny %: - dh $@ --with python3,systemd --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install