Source: crowdsec Version: 1.4.6-6 Tags: patch User: helm...@debian.org Usertags: dep17m2
We want to move aliased files from / to /usr to finalize the /usr-merge transition via DEP17. crowdsec is involved, because it ships a systemd unit. Rather than just move the unit, I recommend deferring the placement to dh_installsystemd, because it'll revert to the old placement in a bookworm backport. Consider doing the following: sed -i -e /systemd/d debian/crowdsec.install ln -sf ../config/crowdsec.service debian/crowdsec.service Note that debdiff cannot represent this change as it contains a symlink. Helmut