udevadm-called-without-guard
The specified maintainer script uses set -e
but seems to
call udevadm(8)
without a conditional guard.
udevadm
can exist but be non-functional (such as inside a
chroot) and thus can result in package installation or upgrade failure
if the call fails.
Please guard the return code of the call via wrapping it in a suitable
if
construct, appending || true
or depending on the
udev
package.
For more information please consult:
- Bug#890224
- the udevadm(8) 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 3410a22. For merge requests, please use the latest version in the Lintian check scripts.
Visibility: warning