missing-built-using-field-for-golang-package
The stanza for a Golang installation package in the
debian/control
file does not include a
Built-Using
field that contains the ${misc:Built-Using}
substitution variable.
The dh-golang(1)
build system provides the ${misc:Built-Using}
variable. It is used when scheduling binNMUs.
Please add the following line to the relevant stanza:
Built-Using: ${misc:Built-Using}
The tag is present in Lintian version 2.114.163
.
That is the most recent version we know about.
We use semantic versions.
The patch number is a commit step indicator relative to the
2.114.0
release tag in our Git
repository.
You can find the detection logic for this version at commit ea05801. For merge requests, please use the latest version in the Lintian check languages/golang/built-using.
Visibility: info