Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
Hi, pykaraoke has broken symlinks to the fonts it uses (the links are dating back to the ttf-* age). These prevent the appliation from starting. #948385 Let's fix the links s.t. the package is usable again in buster (it's gone from sid due to being python2 only). The fix is already uploaded. Andreas
diff -Nru pykaraoke-0.7.5/debian/changelog pykaraoke-0.7.5/debian/changelog --- pykaraoke-0.7.5/debian/changelog 2016-12-31 09:39:49.000000000 +0100 +++ pykaraoke-0.7.5/debian/changelog 2020-01-08 22:11:59.000000000 +0100 @@ -1,3 +1,10 @@ +pykaraoke (0.7.5-1.2+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * Fix path to fonts. (Closes: #948385) + + -- Andreas Beckmann <a...@debian.org> Wed, 08 Jan 2020 22:11:59 +0100 + pykaraoke (0.7.5-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru pykaraoke-0.7.5/debian/pykaraoke.links pykaraoke-0.7.5/debian/pykaraoke.links --- pykaraoke-0.7.5/debian/pykaraoke.links 2016-12-31 09:32:30.000000000 +0100 +++ pykaraoke-0.7.5/debian/pykaraoke.links 2020-01-08 22:11:43.000000000 +0100 @@ -1,4 +1,4 @@ -/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf usr/share/pykaraoke/fonts/DejaVuSans.ttf -/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf usr/share/pykaraoke/fonts/DejaVuSansCondensed.ttf -/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed-Bold.ttf usr/share/pykaraoke/fonts/DejaVuSansCondensed-Bold.ttf +/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf usr/share/pykaraoke/fonts/DejaVuSans.ttf +/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf usr/share/pykaraoke/fonts/DejaVuSansCondensed.ttf +/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf usr/share/pykaraoke/fonts/DejaVuSansCondensed-Bold.ttf