https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901 --- Comment #196 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205950&action=edit Bug 40901: (QA follow-up) Install units to /lib/systemd/system and tidy control The old koha-common package shipped /lib/systemd/system/koha-common.service while koha-systemd installs to /usr/lib/systemd/system. On a merged-/usr Debian 12 host these are the same file through the /lib symlink, but dpkg compares path strings, so Replaces does not apply and removing the old package's copy can delete the file koha-systemd just unpacked (the DEP-17 aliasing problem). Keep the units under lib/systemd/system, the path the previous package used, so this is an ordinary takeover. While here: - koha-core gains Recommends: koha-systemd | koha-sysv. Installing it alone previously gave helpers that fell back to the daemon(1) wrapper that no longer gets installed. - drop a stray comment from the Source stanza of control.in - stop appending Perl dependencies to koha-common.substvars: the metapackage no longer uses ${koha:Depends} Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.