Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
copyright.diff | Remove COPYING from build system Remove COPYING from build system, since it is automatically installed using the Debian automated systems. |
Bart Martens <bartm@debian.org> | no | |||
fix_i_redeclaration.patch | Fix problem where i was re-used incorrectly Declare a new variable instead of re-using i which breaks the surrounding loop, which also used i for variable name. |
Bart Martens <bartm@debian.org>, Andreas Rönnquist <gusnan@gusnan.se> | no | |||
fix_desktop_file.diff | Fix desktop file Add required fields and remove unnecessary or invalid fields in the desktop file. Also remove the xdg-open she-bang which is invalid. |
Andreas Rönnquist <gusnan@gusnan.se> | no | |||
fix_sigabrt_on_string_length_error.patch | Fix sigabrt on string length error
Fixes program crashing when starting the program with any amount of arguments
that isn't a filename - in some cases it would try to resize a string to a negative length. |
Andreas Rönnquist <gusnan@gusnan.se> | no | |||
fix_segfault_on_wrong_folder_argument.patch | Fixes segfault when calling Xye with wrong folder argument
Fixes a crash when calling Xye with a folder that doesn't contain any
datafiles. This is already applied to the upstream Subversion repository at http://sourceforge.net/p/xye/code/412/ . |
Víctor Hugo Solíz Kuncar <vexorian@gmail.com> | no | |||
fix_double_separators_in_folder.patch | Fix double separators in folder Fixes resulting filenames containing double separators, which causes old savegames to appear as if they are for different levels than they really are. |
Andreas Rönnquist <gusnan@debian.org> | no | |||
fix_narrowing_conversion.patch | Fix narrowing conversion
Fixes narrowing conversion which makes gcc-6 choke - we cannot store an -1
in a unsigned variable. |
Andreas Rönnquist | no | |||
fix_borrowed_pointer.patch | Don't return invalidated pointers With the GCC 5 ABI, hints are unreadable. This patch restores the hints. Thanks to Ben Longbons <brlongbons@gmail.com> for the report and the description of the fix. |
Stephen Kitt <skitt@debian.org> | no | debian |