From 54953a5d8eb8a9642bdf66ceea1cbe769537ee15 Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sun, 28 Aug 2022 02:09:11 +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 b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index 68b51b0..7ecc441 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tutorial-2-app
 Section: admin
 Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>= 13~), golang-go, dh-golang
+Build-Depends: debhelper-compat (= 13), golang-go, dh-golang
 Standards-Version: 3.9.6
 
 Package: ai3-tutorial-2-app
-- 
GitLab