From 430eadb52a98e5229b27b852d011bc19a11a991c 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 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 07edeb1..3fc6082 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 (>=9), golang-go, dh-golang +Build-Depends: debhelper (>= 10~), golang-go, dh-golang Standards-Version: 3.9.6 Package: apache-exporter -- GitLab