Codebase list haskell-diagrams-lib / 8231e6d
ghc: Fix FTBFS with Sphinx 4.2.0 (#995429) Ilias Tsitsimpis 2 years ago
3 changed file(s) with 30 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 ghc (8.8.4-3) UNRELEASED; urgency=medium
0 ghc (8.8.4-3) unstable; urgency=medium
11
22 * Disable parallel install to fix races with missing directories
33 (Closes: #944493)
44 * Fix FTBFS with autoconf 2.71. Thanks to Matthias Klose for the patch
55 (Closes: #995036)
6
7 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 03 Oct 2021 12:36:14 +0300
6 * Fix FTBFS with Sphinx 4.2.0 (Closes: #995429)
7
8 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 03 Oct 2021 14:27:00 +0300
89
910 ghc (8.8.4-2) unstable; urgency=medium
1011
0 Description: Fix build with newer Sphinx
1 This is a partial cherry-pick of 83407ffc7acc00cc025b9f6ed063add9ab9f9bcc.
2 Origin: https://gitlab.haskell.org/ghc/ghc/-/commit/83407ffc7acc00cc025b9f6ed063add9ab9f9bcc
3 Bug-Debian: https://bugs.debian.org/995429
4
5 Index: b/docs/users_guide/conf.py
6 ===================================================================
7 --- a/docs/users_guide/conf.py
8 +++ b/docs/users_guide/conf.py
9 @@ -77,13 +77,13 @@ htmlhelp_basename = 'GHCUsersGuide'
10 latex_elements = {
11 'inputenc': '',
12 'utf8extra': '',
13 - 'preamble': '''
14 + 'preamble': r'''
15 \usepackage{fontspec}
16 \usepackage{makeidx}
17 \setsansfont{DejaVu Sans}
18 \setromanfont{DejaVu Serif}
19 \setmonofont{DejaVu Sans Mono}
20 -\setlength{\\tymin}{45pt}
21 +\setlength{\tymin}{45pt}
22 ''',
23 }
24
1414 haddock-remove-googleapis-fonts
1515 fix-big-endian-ffi
1616 newer-autoconf
17 newer-sphinx