maintainer-script-does-not-check-for-existence-of-updatemenus
The maintainer script calls the update-menus
command without
checking for existence first. (The menu
package which provides the
command is not marked as "essential" package.)
For example, use the following code in your maintainer script:
if which update-menus > /dev/null; then update-menus ; fi
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 menus.
Visibility: error