Control: reopen -1 On Fri, Jul 26, 2024 at 01:45:05PM +0000, Debian Bug Tracking System wrote: > #1073640: src:ceph: move aliased files from / to /usr (DEP17) > > It has been closed by Debian FTP Masters <[email protected]> > (reply to Daniel Baumann <[email protected]>).
Unfortunately, the fix you applied to does practically work. execute_after_dh_install happens to be run before override_dh_installinit and thus aliased units are not converted by dh_movetousr. The recommended placement is execute_before_dh_installdeb. Helmut

