debian-rules-missing-recommended-target
The debian/rules
file for this package does not
provide all recommended targets. Both build-arch
and
build-indep
should be provided, even if they do not do
anything.
If this package does not currently split the building of architecture
dependent and independent packages, the following rules may be added
to fall back to the build
target:
build-arch: build
build-indep: build
Note, however, that the following form is recommended:
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
build here
Future versions of the policy will require these targets. Please add them to avoid future breakage.
For more information please consult:
- Main building script: debian/rules (Section 4.9) in the Debian Policy Manual
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 2ff4e94. For merge requests, please use the latest version in the Lintian check debian/rules.
Visibility: warning