Package: opentyrian / 2.1.20130907+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
opentyrian | 2.1.20130907+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
data_dir.patch | (download) |
src/file.c |
1 1 + 0 - 0 ! |
look for data_dir in /usr/share/games The directory for game data is in /usr/share/games/tyrian. |
uninitialized vars.patch | (download) |
src/mainint.c |
2 1 + 1 - 0 ! |
fix several uninitialized variable warnings. |
cppflags.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
honor cppflags |
check return values.patch | (download) |
src/config.c |
3 2 + 1 - 0 ! |
check return values - Make efread/efwrite check their return values. This can be done with an assert() since the actual return value is not used. - Patch a call to fread. |
gdp.patch | (download) |
src/file.c |
3 2 + 1 - 0 ! |
display an error message when data is missing A version of this patch has been forwarded upstream; this is a cut-down version suitable for Debian stretch. Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856728 |
Move definitions that don t need to be exposed from opl.h.patch | (download) |
src/opl.c |
153 151 + 2 - 0 ! |
move definitions that don't need to be exposed from opl.h to opl.c |