From a5be418d1a044de1593c31ae0820894f55972dd7 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] Bump debhelper dependency to >= 10, since that's what is used
 in debian/compat.

Changes-By: lintian-brush
Fixes: lintian: package-lacks-versioned-build-depends-on-debhelper
See-also: https://lintian.debian.org/tags/package-lacks-versioned-build-depends-on-debhelper.html
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7db96e9..b4b38be 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: rsyslog-exporter
 Section: admin
 Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>=9), golang-any, dh-golang,
+Build-Depends: debhelper (>= 10~), golang-any, dh-golang,
  golang-github-prometheus-client-golang-dev
 Standards-Version: 3.9.6
 
-- 
GitLab