Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected] Control: affects -1 + src:renpy User: [email protected] Usertags: pu
[ Reason ] The removal of transititional package fonts-roboto-hinted in 8.3.4+dfsg-2 induced a regression. [ Impact ] Grave: The game design suite does not start at all. [ Tests ] It works with the fix. No more broken links "find /usr/share/games/ -xtype l" -> nihil [ Risks ] Minimal [ 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 (old)stable -> hereunder [x] the issue is verified as fixed in unstable and in testing [ Changes ] The two symlinks are redirected to the real fonts file provided by fonts-roboto, not some historical location. [ Other info ] This is my first upload to stable ever. Greetings --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +renpy (8.3.4+dfsg-2+deb13u1) trixie; urgency=medium + + * Fix fonts-roboto -> fonts-robot-hinted breakage (Closes: #1111365) + + -- Alexandre Detiste <[email protected]> Fri, 22 Aug 2025 20:37:37 +0200 + renpy (8.3.4+dfsg-2) unstable; urgency=medium * Team upload --- a/debian/renpy.links +++ b/debian/renpy.links @@ -4,7 +4,7 @@ usr/share/fonts/truetype/dejavu/DejaVuSans.ttf usr/share/games/renpy/launcher/De usr/share/fonts/truetype/dejavu/DejaVuSans.ttf usr/share/games/renpy/renpy/common/DejaVuSans.ttf usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf usr/share/games/renpy/launcher/DejaVuSerif.ttf usr/share/fonts/truetype/motoya-l-cedar/MTLc3m.ttf usr/share/games/renpy/launcher/game/fonts/MTLc3m.ttf -usr/share/fonts/truetype/roboto/hinted/Roboto-Light.ttf usr/share/games/renpy/launcher/game/fonts/Roboto-Light.ttf -usr/share/fonts/truetype/roboto/hinted/Roboto-Regular.ttf usr/share/games/renpy/launcher/game/fonts/Roboto-Regular.ttf +usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf usr/share/games/renpy/launcher/game/fonts/Roboto-Light.ttf +usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf usr/share/games/renpy/launcher/game/fonts/Roboto-Regular.ttf usr/share/fonts/truetype/nanum/NanumGothic.ttf usr/share/games/renpy/launcher/game/fonts/NanumGothic.ttf usr/share/games/renpy/renpy.py usr/games/renpy

