Codebase list golang-github-nebulouslabs-bolt / 5a6f627
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request go-team/packages/golang-github-nebulouslabs-bolt!5 Jelmer Vernooij 1 year, 3 months ago
4 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1515 * Change priority extra to priority optional.
1616 * Remove constraints unnecessary since buster:
1717 + Build-Depends: Drop versioned constraint on debhelper.
18 * Bump debhelper dependency to >= 9, since that's what is used in
19 debian/compat.
18 * Bump debhelper from deprecated 9 to 13.
19 * Set debhelper-compat version in Build-Depends.
20 * Set upstream metadata fields: Repository-Browse.
2021
2122 -- Bjorn Dolk <debian@bjorndolk.com> Tue, 08 Aug 2017 23:10:03 -0400
2223
+0
-1
debian/compat less more
0 9
22 Priority: optional
33 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
44 Uploaders: Free Ekanayaka <freee@debian.org>, Bjorn Dolk <debian@bjorndolk.com>
5 Build-Depends: debhelper (>= 9~),
5 Build-Depends: debhelper-compat (= 13),
66 dh-golang,
77 golang-go
88 Standards-Version: 3.9.8
0 ---
1 Repository-Browse: https://github.com/NebulousLabs/bolt