missing-static-built-using-field-for-golang-package
The stanza for a Golang installation package in the
debian/control
file does not include a
Static-Built-Using
field that contains the ${misc:Static-Built-Using}
substitution variable.
The dh_golang(1)
build system provides the ${misc:Static-Built-Using}
variable. It is used when scheduling binNMUs.
Please add the following line to the relevant stanza:
Static-Built-Using: ${misc:Static-Built-Using}
Severity: | info |
Experimental: | false |
Renamed from: | missing-built-using-field-for-golang-package |
See also
- list of all the affected packages
- the source of this tag