Control: tags -1 + moreinfo On Mon, 2025-11-17 at 15:43 +0100, Daniel Gröber wrote: > [ Reason ] > clatd is currently completely non-functional in Trixie. A packaging > bug I did't get around to in time "systemd units not getting > installed" #1101004 made using it a manual affair. Now I've found > #1082060 in tayga actually breaks it completely.
-+ install -D -m0644 scripts/*.service $(SYSTEMD_SYSSERVICEDIR)/ ++ install -D -m0644 scripts/clatd.systemd $(SYSTEMD_SYSSERVICEDIR)/clatd.service ++ #install -D -m0644 scripts/[email protected] $(SYSTEMD_SYSSERVICEDIR)/[email protected] Why is a commented line for a template service added? Surely it should either be installed or not mentioned at all? Regards, Adam

