illegal-variable
With debhelper compatibility level >= 13 (and also
dh-exec before it) several files in the
./debian folder support the expansion of variables.
Unfortunately, people sometimes confuse the
DEB_BUILD_*
variables with the similarly-named
DEB_HOST_* variables.
Some conditions are difficult to detect but it is never correct
to use DEB_BUILD_MULTIARCH in
debian/*.install or in
debian/*.links.
Please use DEB_HOST_MULTIARCH instead
of DEB_BUILD_MULTIARCH.
For more information please consult:
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 debian/variables.
Visibility: error