Debian Patches
Status for lucy/1.20-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
helpingMakefile.patch | HelpingMakefile This change facilitates propagation of Debian specific flags to the build commands. |
Steffen Möller | yes | 2018-09-05 | ||
spellings.patch | Fix spellings in the package | Nilesh Patra <npatra974@gmail.com> | yes | 2020-04-18 | ||
declare-function-prototypes-in-header.patch | Add patch to fix FTBFS with implicit-function-declaration | Nilesh Patra <nilesh@iki.fi> | yes | debian | 2024-03-24 | |
fixup-manpage.patch | Add patch to remove .PU macro | Nilesh Patra <nilesh@iki.fi> | yes | debian | 2024-03-24 | |
gcc-14.patch | fix numerous implicit declaration if integer variables. This fixes build failures with gcc 14. | Étienne Mollier <emollier@debian.org> | yes | debian | 2024-07-20 | |
gcc-15.patch | fix build failure with gcc-15 Starting with gcc-15, the compiler defaults to standard C 2023 conformance. This raises the following build failure, addressed by the present patch: . lucy.c:187:6: error: too many arguments to function ‘work’; expected 0, have 1 187 | (*work)(id); | ~^~~~~~ ~~ |
Étienne Mollier <emollier@debian.org> | yes | debian | 2025-03-01 |