Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock X-Debbugs-Cc: [email protected] Control: affects -1 + src:mpdscribble
Please unblock package mpdscribble [ Reason ] During bookworm development the package was refactored and a bug was introduced in the conf file management. piuparts recently spotted the issue and #1035603 was reported. https://bugs.debian.org/1035603 [ Impact ] Package will be removed from testing and not shipped in bookworm. [ Tests ] Tested with piuparts to ensure the bug is actually fixed [ Risks ] I don't believe there are risks with this trivial fix. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock mpdscribble/0.24-2+b1
diff -Nru mpdscribble-0.24/debian/changelog mpdscribble-0.24/debian/changelog --- mpdscribble-0.24/debian/changelog 2022-07-31 18:28:30.000000000 +0200 +++ mpdscribble-0.24/debian/changelog 2023-05-07 20:00:03.000000000 +0200 @@ -1,3 +1,10 @@ +mpdscribble (0.24-3) unstable; urgency=medium + + * Do not ship /etc/mpdscribble.conf as a conffile (already managed with ucf) + Thanks to Andreas Beckmann <[email protected]> (Closes: #1035603) + + -- Geoffroy Youri Berret <[email protected]> Sun, 07 May 2023 20:00:03 +0200 + mpdscribble (0.24-2) unstable; urgency=medium * Fixed FTBS (porting to gcc12) (Closes: #1016284) diff -Nru mpdscribble-0.24/debian/rules mpdscribble-0.24/debian/rules --- mpdscribble-0.24/debian/rules 2022-07-31 18:28:30.000000000 +0200 +++ mpdscribble-0.24/debian/rules 2023-05-07 19:58:53.000000000 +0200 @@ -16,6 +16,7 @@ override_dh_auto_install: dh_auto_install + rm debian/mpdscribble/etc/mpdscribble.conf rm debian/mpdscribble/usr/share/doc/mpdscribble/COPYING override_dh_clean:

