From 01a6b5f306dd9780ea7c93bfca010fbd13e564bd Mon Sep 17 00:00:00 2001 From: Silver Platter <svp-bot@autistici.org> Date: Sat, 10 Jul 2021 14:44:33 +0000 Subject: [PATCH] Bump debhelper dependency to >= 13, 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 Fixes: lintian: package-needs-versioned-debhelper-build-depends See-also: https://lintian.debian.org/tags/package-needs-versioned-debhelper-build-depends.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 92c5abf..7c14c59 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gitlab-deps Section: net Priority: extra Maintainer: Autistici/Inventati <debian@autistici.org> -Build-Depends: debhelper (>= 11), dh-python, python3, +Build-Depends: debhelper (>= 13~), dh-python, python3, Standards-Version: 4.1.3 Package: gitlab-deps -- GitLab