1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
systemd: maintainer-script-calls-systemctl
# Our units without [Install] are either event driven or statically enabled
systemd: systemd-service-file-missing-install-key
# Lintian is really bad at associating manpages
systemd: spare-manual-page
# netlink keyword
systemd: spelling-error-in-binary iif if [usr/lib/systemd/systemd-networkd]
# False positives due to the '/tmp' string mentioned for tmpfiles.d/tmp.conf
systemd: possibly-insecure-handling-of-tmp-files-in-maintainer-script /tmp [postrm:*]
# Manpages are autogenerated from DocBook, these warnings are useless
systemd: groff-message * [usr/share/man/*]
# Needed as a workaround for dpkg bug w.r.t. usrmerge
systemd: conflicts-with-version opensysusers (<< 0.7.3-4.1~)
# These are thousands of device-specific enablements across rules and hwdb, cannot provide appstream for all
systemd: appstream-metadata-missing-modalias-provide *
|