ppa-packaging
ppa-packaging copied to clipboard
nfd: missing Depends systemd
nfd-start command installed by nfd package uses systemctl command which comes from systemd package, so systemd should be listed as a dependency.
No. Such dependency should not be specified. The custom-content nfd-start/stop scripts was my attempt to prevent starting NFD by non-system provided means. If I figure out how to not install these script, I would do it instead. If it is too complicated, then I'll just print a diagnostic message that other way of starting NFD should be used.
I could agree that a dependency on systemd is not desired. However, as long as it's still needed by the current script, it should be specified as a dependency.