debian-rules-sets-dpkg-architecture-variable
The debian/rules
file sets one or more
dpkg-architecture
variables such as DEB_BUILD_ARCH
.
These variables are pre-initialized in the environment when running under
dpkg-buildpackage
- avoiding these assignments can reduce package
build time.
Please use:
include /usr/share/dpkg/architecture.mk
instead, or replace the assignment operator with ?=
.
For more information please consult:
- the dpkg-architecture(1) manual page
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 fac7222. For merge requests, please use the latest version in the Lintian check debian/rules.
Visibility: warning