Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_fix_desktop_file.patch | update desktop file | Marcos Fouces <marcos@debian.org> | no | |||
02_configure.in-preserve-CFLAGS.patch | configure.in: preserve CFLAGS This patch fixes two problems with configure.in: * The [ and ] characters, which are part of the perl command, get removed by m4/autoconf processing. The patch replaces them by @<:@ and @:>@ so the perl snippet ends up correctly in the configure script * Do not remove `-g` if it was explicitly included in the CFLAGS given to configure (the user knows best). Instead only remove `-g` from the default CFLAGS. |
Lukas Schwaighofer <lukas@schwaighofer.name> | yes | 2017-04-20 | ||
03_fix-format-security-errors.patch | fix format-security errors | Lukas Schwaighofer <lukas@schwaighofer.name> | yes | 2017-04-21 | ||
04_gcc10.patch | Fix FTBFS with GCC 10 Drop two pointer declarations that are already known via main.h, where they are correctly declared as extern. |
Reiner Herrmann <reiner@reiner-h.de> | no | debian |