dh-golang 1.53 source package in Ubuntu
Changelog
dh-golang (1.53) unstable; urgency=medium [ Guillem Jover ] * Add reference to Debian::Debhelper::Buildsystem::golang(1) to SEE ALSO. Most of the machinery documentation is provided in the build system module, and it's non-obvious when checking the dh_golang(1) man page. [ Anthony Fok ] * Debian::Debhelper::Buildsystem::golang: Fix logic in "no non-test Go files" path removal. According to https://perldoc.perl.org/perlsyn#Foreach-Loops: If any part of LIST is an array, foreach will get very confused if you add or remove elements within the loop body, for example with splice. So don't do that. Well, I was ignorant and did just that to @targets (removing elements with grep) in get_targets, causing some elements to be skipped, and this bug finally manifests itself with golang-google-api/0.61.0-1 where there are two consecutive paths with no non-test Go files. -- Anthony Fok <email address hidden> Thu, 16 Dec 2021 14:17:48 -0700
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-golang_1.53.dsc | 1.7 KiB | f30963afcf67ade5df223ada7cbc70bc6d165b22abb96b4182a119311be13a01 |
dh-golang_1.53.tar.xz | 17.5 KiB | b5db2bcf450079253e7f400ea2a13fb487c8ec3df85c39a8d12e5f63fbf15391 |
Available diffs
No changes file available.
Binary packages built by this source
- dh-golang: debhelper add-on for packaging software written in Go (golang)
dh-golang provides a debhelper sequence addon named 'golang', a buildsystem
module named 'golang' and a command called dh_golang.
.
The golang debhelper buildsystem is designed to make packaging programs
written in Go very simple.