From 2092e81b6b9a27f59377126446a07f6d3691907c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 14 Jun 2020 17:33:35 +0200 Subject: [PATCH] debian: switch to debhelper compat level 10 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index b540ee1..8e864ed 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 (>= 9), dh-python, dh-systemd +Build-Depends: python3-setuptools, python3-all, debhelper (>= 10), dh-python, dh-systemd Standards-Version: 3.9.6 Package: python3-scrutiny