Codebase list haskell-http-date / 5888b0d
haskell-lambdahack: Work around freetype 2.11 bug (but I don't know what to do with the lintian error that I probably introduced in the previous revision: https://lintian.debian.org/sources/haskell-lambdahack) Mikolaj Konarski 2 years ago
5 changed file(s) with 32 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 haskell-lambdahack (0.9.5.0-4) unstable; urgency=medium
1
2 * Add patch workaround-freetype-2.11-bug.diff (the same bug as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997674)
3 * Fix some lintian warnings (but I don't know what to do with the lintian error that I probably introduced in the previous revision: https://lintian.debian.org/sources/haskell-lambdahack)
4
5 -- Mikolaj Konarski <mikolaj.konarski@funktory.com> Wed, 24 Nov 2021 01:15:04 +0100
6
07 haskell-lambdahack (0.9.5.0-3) unstable; urgency=medium
18
29 * Include InGameHelp.txt instead of the mixed up MoveKeys.txt
6464 libghc-vector-doc,
6565 libghc-vector-binary-instances-doc,
6666 libghc-zlib-doc,
67 Standards-Version: 4.5.0
67 Standards-Version: 4.6.0
6868 Homepage: https://github.com/LambdaHack/LambdaHack
6969 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lambdahack
7070 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lambdahack]
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 also see 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 @@ -33,7 +33,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"