From ad118c4361f9125cbe61c9fd23389bcc5e73bcb1 Mon Sep 17 00:00:00 2001 From: Silver Platter <svp-bot@autistici.org> Date: Sun, 11 Jul 2021 17:07:51 +0000 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 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 1b9afb4..2ffdf09 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: systemd-docker Priority: optional Maintainer: ale <ale@incal.net> -Build-Depends: debhelper (>= 12~), dh-golang, golang-any (>= 1.11) +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any (>= 1.11) Standards-Version: 3.9.6 Package: systemd-docker -- GitLab