Dear Maintainer,
After upgrade from bookworm to trixie, /etc/logrotate.d/mumble-server exists and is claimed by the mumble-server package:
kjotte@marconi:~$ dpkg -L mumble-server | grep logrotate.d
/etc/logrotate.d/mumble-server
but file does not appear in the package payload:
$ dpkg-deb -c mumble-server_1.5.735-5_amd64.deb |grep -c logrotate.d
0
This has the effect of logrotate throwing errors because the location of the executable has changed in the newer version:
Aug 03 00:02:53 marconi systemd[1]: Starting logrotate.service - Rotate log files...
Aug 03 00:02:54 marconi logrotate[24558]: start-stop-daemon: unable to stat /usr/sbin/murmurd (No such file or directory)
Aug 03 00:02:54 marconi logrotate[24405]: error: error running non-shared postrotate script for /var/log/mumble-server/mumble-server.log of '/var/log/mumble-server/mumble-server.log'
Aug 03 00:02:54 marconi systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
Aug 03 00:02:54 marconi systemd[1]: logrotate.service: Failed with result 'exit-code'.
Aug 03 00:02:54 marconi systemd[1]: Failed to start logrotate.service - Rotate log files.
This file should either be cleaned up on upgrade or a corrected version shipped in the new package.