Codebase list haskell-http-date / 0e4c97c
allure: Fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674 Mikolaj Konarski 2 years ago
6 changed file(s) with 33 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 [Desktop Entry]
11 Version=1.0
2 Encoding=UTF-8
32 Type=Application
43 Name=Allure of the Stars
54 Comment=Explore an abandoned spaceship with a party of adventurers
6 Keywords=game;strategy;tactics;roguelike;scifi;
5 Keywords=game;strategy;tactics;roguelike;ascii;scifi;
76 Exec=Allure
87 Icon=allure
98 Terminal=false
0 allure (0.9.5.0-3) unstable; urgency=medium
1
2 * Add patch workaround-freetype-2.11-bug.diff (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674)
3 * Fix some lintian warnings
4
5 -- Mikolaj Konarski <mikolaj.konarski@funktory.com> Wed, 24 Nov 2021 01:05:03 +0100
6
07 allure (0.9.5.0-2) unstable; urgency=medium
18
29 * Include InGameHelp.txt instead of the mixed up MoveKeys.txt
2121 libghc-primitive-prof,
2222 libghc-random-dev,
2323 libghc-random-prof,
24 Standards-Version: 4.5.0
24 Standards-Version: 4.6.0
2525 Homepage: http://allureofthestars.com
2626 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/allure
2727 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/allure]
0 Fix tests for the case of in-place font files.
01 --- a/test/test.hs
12 +++ b/test/test.hs
23 @@ -16,6 +16,6 @@
00 fix-tests
1 workaround-freetype-2.11-bug.diff
0 ; This is a temporary hack around bitmap font breakage caused by
1 ; https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076
2 ; see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674
3 ; In a couple of years this can be removed and the small bitmap fonts will work
4 ; fine again, too.
5 --- a/GameDefinition/config.ui.default
6 +++ b/GameDefinition/config.ui.default
7 @@ -39,7 +39,13 @@
8 ;sdlFontFile = "16x16xw.woff"
9 scalableFontSize = 16
10 sdlScalableSizeAdd = 0
11 -sdlFontFile = "16x16xw.bdf"
12 +; This is a temporary hack around bitmap font breakage caused by
13 +; https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076
14 +; see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674
15 +; In a couple of years this can be removed and the small bitmap fonts will work
16 +; fine again, too.
17 +;sdlFontFile = "16x16xw.bdf"
18 +sdlFontFile = "16x16xw.woff"
19 sdlBitmapSizeAdd = 0
20 ;sdlFontFile = "8x8xb.fnt"
21 ;sdlFontFile = "8x8x.fnt"