thank you for the hard work on this bug! I've tested out the debdiff for Jammy, and unfortunately it seems we're still missing some pieces. A fresh install with the fixed version looks ok, but when upgrading from the previous version, I can still see the old link under default.target.wants/:
root@halves-jammy-tm:~# dpkg -l | grep tracker-ext
ii tracker-extract 3.3.0-1ubuntu1 amd64 metadata database, indexer and search tool - metadata extractors
root@halves-jammy-tm:~# ls -l /etc/systemd/user/default.target.wants/
total 0
lrwxrwxrwx 1 root root 47 May 1 14:32 tracker-extract-3.service -> /usr/lib/systemd/user/tracker-extract-3.service
We should include a proper cleanup step for the upgrade path for all debdiffs, as the other releases will probably present the same issue.
Hi folks,
thank you for the hard work on this bug! I've tested out the debdiff for Jammy, and unfortunately it seems we're still missing some pieces. A fresh install with the fixed version looks ok, but when upgrading from the previous version, I can still see the old link under default. target. wants/:
root@halves- jammy-tm: ~# dpkg -l | grep tracker-ext
ii tracker-extract 3.3.0-1ubuntu1 amd64 metadata database, indexer and search tool - metadata extractors
root@halves- jammy-tm: ~# ls -l /etc/systemd/ user/default. target. wants/ extract- 3.service -> /usr/lib/ systemd/ user/tracker- extract- 3.service
total 0
lrwxrwxrwx 1 root root 47 May 1 14:32 tracker-
We should include a proper cleanup step for the upgrade path for all debdiffs, as the other releases will probably present the same issue.