From 72c2e774e79a18b9f324c3f6a4bdcf13d68d90e6 Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Sun, 11 Jul 2021 17:06:06 +0000
Subject: [PATCH] Bump debhelper from old 10 to 12.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index f599e28..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+12
diff --git a/debian/control b/debian/control
index 3fc6082..ccbbeb9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: apache-exporter
 Section: admin
 Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>= 10~), golang-go, dh-golang
+Build-Depends: debhelper (>= 12~), golang-go, dh-golang
 Standards-Version: 3.9.6
 
 Package: apache-exporter
-- 
GitLab