Control: reopen -1
On Sat, Jul 06, 2024 at 09:09:07PM +0000, Debian Bug Tracking System wrote:
> #1073775: mopidy: move aliased files from / to /usr (DEP17)
>
> It has been closed by Debian FTP Masters <[email protected]>
> (reply to Stein Magnus Jodal <[email protected]>).
It is not sufficient to rebuild with a more recent debhelper. The easy
way is adding dh-sequence-movetousr to Build-Depends. Alternatively,
drop the line
extra/systemd/mopidy.service lib/systemd/system
from debian/mopidy.install and instead install via dh_installsystemd:
ln -s ../extra/systemd/mopidy.service debian/mopidy.service
Note that use of such a symlink requires a 3.0 source package which is
what you are using already.
Helmut