From ace9ce619f83c14d30cf8128e79cb88abf184c52 Mon Sep 17 00:00:00 2001
From: Silver Platter <svp-bot@autistici.org>
Date: Thu, 8 Jul 2021 15:01:33 +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 4cc5bc6b..50ec029c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: acmeserver
 Section: admin
 Priority: optional
 Maintainer: Autistici/Inventati <debian@autistici.org>
-Build-Depends: debhelper (>=9), golang-any (>=1.11), dh-golang
+Build-Depends: debhelper (>= 10~), golang-any (>= 1.11), dh-golang
 Standards-Version: 3.9.6
 
 Package: acmeserver
-- 
GitLab