diff options
Diffstat (limited to '')
-rw-r--r-- | debian/systemd.lintian-overrides | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/systemd.lintian-overrides b/debian/systemd.lintian-overrides new file mode 100644 index 0000000..8082f2f --- /dev/null +++ b/debian/systemd.lintian-overrides @@ -0,0 +1,19 @@ +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 +systemd: package-supports-alternative-init-but-no-init.d-script +# These are shipped intentionally to provide a skeleton +systemd: package-contains-empty-directory [lib/systemd/system-shutdown/] +systemd: package-contains-empty-directory [lib/systemd/system-sleep/] +systemd: package-contains-empty-directory [lib/systemd/system/local-fs.target.wants/] +systemd: package-contains-empty-directory [lib/systemd/system/runlevel1.target.wants/] +systemd: package-contains-empty-directory [lib/systemd/system/runlevel2.target.wants/] +systemd: package-contains-empty-directory [lib/systemd/system/runlevel3.target.wants/] +systemd: package-contains-empty-directory [lib/systemd/system/runlevel4.target.wants/] +systemd: package-contains-empty-directory [lib/systemd/system/runlevel5.target.wants/] +systemd: package-contains-empty-directory [usr/lib/binfmt.d/] +systemd: package-contains-empty-directory [usr/lib/modules-load.d/] +# netlink keyword +systemd: spelling-error-in-binary iif if [lib/systemd/systemd-networkd] |