Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-variables-in-Makefile.patch | Use variables in Makefile Added variables CC, CFLAGS & LIBS to Makefile so build system can use them. Move ${LIBS} to the end of line for petris target so that 'ld --as-needed' works. =================================================================== |
Andree Leidenfrost <andree@debian.org> | no | |||
fix-highscore-location.patch | Fix highscore file location Move highscore file from /var/local/petris/highscores to /var/games/petris.scores to be Debian-compliant. |
Andree Leidenfrost <andree@debian.org> | no | |||
fix-highscore-string-handling.patch | Make copying strings more strictWhen handling entries in highscore list, use strncpy() instead of strcpy(). | Andree Leidenfrost <andree@debian.org> | no | |||
fix-initialisation-and-error-handling.patch | Fix variable initialisation and error handling Make sure variables are initialised and exit program in a well defined way on error. |
Andree Leidenfrost <andree@debian.org> | no | |||
fix-format-security-error.patch | Fix compilation error [-Werror=format-security] Add formt argument to mvprintw() call to avoid error during compilation. =================================================================== |
Andree Leidenfrost <andree@debian.org> | no | |||
fix-termianl-typo.patch | Fix mispelled 'terminal' in message. Fixed typo: 'termianl' -> 'terminal'. =================================================================== |
Jakub Wilk <jwilk@debian.org> | no |