Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-debian-example.patch | Example chart reproducing package workflow With this example a user is presented with a hit when searching for the 'debian' keyword. The block chart recreates the Debian package workflow from https://wiki.debian.org/DebianReleases. |
Gábor Németh <homar@riseup.net> | not-needed | |||
0002-missing-font-in-test.patch | Skip test with unavailable font Fontconfig setup may differ in the upstream CI vs local build environment, selecting different fallback fonts. This test references such a font face, so we skip it. |
Gábor Németh <homar@riseup.net> | no | |||
0003-ppt-conversion.patch | Fix ppt-to-png regression When LibreOffice is not installed the conversion script is expected to do nothing, but a regression caused it to loop endlessly instead. The culprit was buggy use of $(..) substitution: '-e' does not imply pipefail, and even if set it is not inherited in $()-subshells. |
Gábor Németh <homar@riseup.net> | no | |||
0004-arm32-gcc-bug.patch | Dance around GCC oddity in arm32 builds GCC on armel/hf (as of 14.2) does not accept a forward-declared std::vector element type in -O1 and above. See https://bugs.debian.org/1077657 for details. |
Gábor Németh <homar@riseup.net> | no |