From 2d251e3c5f92fcbcb2050463338dc1b607f24a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Tue, 3 May 2022 09:18:45 +0200 Subject: [PATCH] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- 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 b1bd38b..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 41a1538..f5d6501 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: bkctld Section: utils Priority: optional Maintainer: Victor Laborie -Build-Depends: debhelper (>= 13~), dh-exec +Build-Depends: debhelper-compat (= 13), dh-exec Standards-Version: 4.0.0 Package: bkctld