From 49648adaeb44700367cd662d8f63f3a169ba7120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 19 May 2022 21:43:07 +0200 Subject: [PATCH] debian: update to debhelper compat 12 --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 174178d..bae0a32 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dspawn Section: python Priority: optional Maintainer: Christophe Siraut -Build-Depends: debhelper (>= 10), dh-python, python3, python3-setuptools +Build-Depends: debhelper-compat (= 12), dh-python, python3, python3-setuptools Standards-Version: 4.1.3 Package: dspawn