skip-systemd-native-flag-missing-pre-depends
The named maintainer script uses the --skip-systemd-native
flag to invoke-rc.d
but does not declare a Pre-Depends
prerequisite on a recent version of init-system-helpers
.
When set, the flag helps to defer systemd
actions until
deb-systemd-invoke(1p)
is called, but the functionality was added only
in init-system-helpers
version 1.52.
Please add Pre-Depends: ${misc:Pre-Depends}
to your
debian/control
file.
For more information please consult:
- the invoke-rc.d(8) manual page
- the deb-systemd-invoke(1p) 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 8ab6976. For merge requests, please use the latest version in the Lintian check systemd/native/prerequisites.
Visibility: warning