From 563a26e287964bfc4824578a5e51897f3425efc2 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Fri, 8 Apr 2022 01:03:21 +0200 Subject: [PATCH] Switch to debhelper compatibility level 12 --- debian/compat | 1 - debian/control | 3 ++- 2 files changed, 2 insertions(+), 2 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 4ba502b..e01c6a6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: standard Maintainer: Marco d'Itri Standards-Version: 4.6.0.1 Rules-Requires-Root: no -Build-Depends: debhelper (>= 10), gettext, pkg-config, libidn2-dev (>= 2.0.3) +Build-Depends: debhelper-compat (= 12), gettext, pkg-config, + libidn2-dev (>= 2.0.3), Vcs-Git: https://github.com/rfc1036/whois.git Vcs-Browser: https://github.com/rfc1036/whois