summaryrefslogtreecommitdiffstats
path: root/tags/m/missing-built-using-field-for-golang-package.tag
blob: 64604246712802f260ac0dc2878530d0dec599d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Tag: missing-built-using-field-for-golang-package
Severity: info
Check: languages/golang/built-using
Explanation: The stanza for a Golang installation package in the
 <code>debian/control</code> file does not include a
 <code>Built-Using</code> field that contains the <code>${misc:Built-Using}</code>
 substitution variable. 
 .
 The <code>dh-golang(1)</code> build system provides the <code>${misc:Built-Using}</code>
 variable. It is used when scheduling binNMUs.
 .
 Please add the following line to the relevant stanza:
 .
  <code>Built-Using: ${misc:Built-Using}</code>