summaryrefslogtreecommitdiffstats
path: root/tags/i/illegal-variable.tag
blob: 74dd973067663c30cb1f5e6828b9ecd748a81533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Tag: illegal-variable
Severity: error
Check: debian/variables
Explanation: With debhelper compatibility level >= 13 (and also
 <code>dh-exec</code> before it) several files in the
 <code>./debian</code> folder support the expansion of variables.
 Unfortunately, people sometimes confuse the
 <code>DEB&lowbar;BUILD&lowbar;&ast;</code>
 variables with the similarly-named
 <code>DEB&lowbar;HOST&lowbar;&ast;</code> variables.
 .
 Some conditions are difficult to detect but it is never correct
 to use <code>DEB&lowbar;BUILD&lowbar;MULTIARCH</code> in
 <code>debian/&ast;.install</code> or in
 <code>debian/&ast;.links</code>.
 .
 Please use <code>DEB&lowbar;HOST&lowbar;MULTIARCH</code> instead
 of <code>DEB&lowbar;BUILD&lowbar;MULTIARCH</code>.
See-Also:
 https://wiki.debian.org/Multiarch/Implementation#Recipes_for_converting_packages,
 Bug#983219