Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
output_locales_in_sorted_order.diff | Output locales in sorted order To make the package build reproducibly, we output the list of locales in sorted order. |
Jrmy Bobbio <lunar@debian.org> | no | |||
python3.7.diff | tdf#127315 fix build with Python 3.7 Replace \d, \s, \w, \W with \\d, \\s, \\w and \\W in name definitions to support re.sub(name, name_definition, rule) during compiling. repl consisting of '\' and an ASCII letter now are errors." |
=?UTF-8?q?L=C3=A1szl=C3=B3=20N=C3=A9meth?= <nemeth@numbertext.org> | no | 2019-09-11 | ||
move-ignore-case-flag-to-the-start-of-th.patch | Move ignore case flag to the start of the regex Fixes: re.error: global flags not at the start of the expression at position 28 |
Jochen Sprickerhof <jspricke@debian.org> | no | 2023-02-19 | ||
python3.12.diff | use ConfigParser instead of SafeConfigParser to fix build with python 3.12 | Rene Engelhard <rene@debian.org> | no |