]> git.proxmox.com Git - systemd.git/commitdiff
Lintian: ignore systemd-service-file-missing-install-key
authorLuca Boccassi <luca.boccassi@microsoft.com>
Sun, 16 Jan 2022 12:50:07 +0000 (12:50 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 17 Jan 2022 14:59:14 +0000 (14:59 +0000)
If we don't add [Install], it's because we don't want it and the units are
events-driven or enabled statically

debian/systemd-container.lintian-overrides
debian/systemd.lintian-overrides
debian/udev.lintian-overrides [new file with mode: 0644]

index c9665ff8be2606a217084db034e96d731ba47b87..281695b9598415c11dc64ddee7200d80fa7391f4 100644 (file)
@@ -1,2 +1,4 @@
 # False positive: nspawn containers are supposed to be started via machines.target
 systemd-container: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/systemd-nspawn@.service machines.target
+# Our units without [Install] are either event driven or statically enabled
+systemd-container: systemd-service-file-missing-install-key
index e38976a0948029fd5fcfdc47ff5a82527ec7ebb0..31434d24cab9312902b72618b4fb206a90a597f4 100644 (file)
@@ -1 +1,3 @@
 systemd: maintainer-script-calls-systemctl
+# Our units without [Install] are either event driven or statically enabled
+systemd: systemd-service-file-missing-install-key
diff --git a/debian/udev.lintian-overrides b/debian/udev.lintian-overrides
new file mode 100644 (file)
index 0000000..95ef9f2
--- /dev/null
@@ -0,0 +1,2 @@
+# Our units without [Install] are either event driven or statically enabled
+udev: systemd-service-file-missing-install-key