diff options
Diffstat (limited to '')
-rw-r--r-- | debian/systemd-container.lintian-overrides | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/systemd-container.lintian-overrides b/debian/systemd-container.lintian-overrides new file mode 100644 index 0000000..8580a53 --- /dev/null +++ b/debian/systemd-container.lintian-overrides @@ -0,0 +1,8 @@ +# False positive: nspawn containers are supposed to be started via machines.target +systemd-container: systemd-service-file-refers-to-unusual-wantedby-target machines.target [lib/systemd/system/systemd-nspawn@.service] +# Our units without [Install] are either event driven or statically enabled +systemd-container: systemd-service-file-missing-install-key +# Lintian is really bad at associating manpages +systemd-container: spare-manual-page +systemd-container: package-supports-alternative-init-but-no-init.d-script +systemd-container: maintainer-script-calls-systemctl |