Package: debhelper Version: 14.1 Severity: important Hi!
I was updating a chroot, and I got systemd pulled in automatically due to the dh_installtmpfiles misc:Depends values. The order seems wrong, because if the system already uses systemd then the systemd dependency does not need to be first, but if the system does not use it (or does not need any init system at all), having it first will pull it in, which in case of chroots, that's a significant size and dependency increase. So the small implementations should go first, and the last one should be systemd. This applies as well to dh_installsysusers. Thanks, Guillem

