Codebase list golang-github-thcyron-uiprogress / d50e283
Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html Debian Janitor 1 year, 6 months ago
3 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * Bump debhelper dependency to >= 11, since that's what is used in
33 debian/compat.
44 * Bump debhelper from old 11 to 13.
5 * Set debhelper-compat version in Build-Depends.
56
67 -- Debian Janitor <janitor@jelmer.uk> Wed, 12 Oct 2022 12:01:54 -0000
78
+0
-1
debian/compat less more
0 13
22 Priority: optional
33 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
44 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends: debhelper (>= 13~),
5 Build-Depends: debhelper-compat (= 13),
66 dh-golang,
77 golang-any,
88 golang-github-gosuri-uilive-dev,