debian-rules-missing-recommended-target
The debian/rules
file for this package does not provide
one of the recommended targets. All of build-arch and build-indep
should be provided, even if they don't do anything for this package.
If this package does not currently split 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 that the following form is recommended however:
build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: build here
These targets will be required by policy in the future, so should be added to prevent future breakage.
For more information please consult:
- Debian Policy Manual section 4.9
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.111.0
release tag in our Git
repository.
You can find the detection logic for this version at commit ffc17eb. For merge requests, please use the latest version in the Lintian check debian/rules.
Visibility: warning