From c7d49cee6095cc891fd0cad4e27756aac8174f97 Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sun, 11 Jul 2021 17:07:37 +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 | 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 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 51ec806..d0381f5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: rsyslog-exporter
 Section: admin
 Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>= 12~), golang-any, dh-golang,
+Build-Depends: debhelper-compat (= 12),
+ golang-any, dh-golang,
  golang-github-prometheus-client-golang-dev
 Standards-Version: 3.9.6
 
-- 
GitLab