Package: tomatoes / 1.55-10

Metadata

Package Version Patches format
tomatoes 1.55-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_dirs.diff | (download)

makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 set makefile's installation dirs
02_version.diff | (download)

src/menu.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't define version at makefile
 The version information is given by debian/rules
03_fading.diff | (download)

src/menu.cpp | 20 12 + 8 - 0 !
1 file changed, 12 insertions(+), 8 deletions(-)

 change fading values (faster)
04_credits.diff | (download)

src/menu.cpp | 30 21 + 9 - 0 !
1 file changed, 21 insertions(+), 9 deletions(-)

 change credits positions and add maintainer
05_files.diff | (download)

include/config.h | 9 6 + 3 - 0 !
include/hiscore.h | 7 4 + 3 - 0 !
src/config.cpp | 16 8 + 8 - 0 !
src/hiscore.cpp | 14 7 + 7 - 0 !
4 files changed, 25 insertions(+), 21 deletions(-)

 fix code for loading / saving config and hiscore file
06_SDLK_KP_ENTER.diff | (download)

src/game.cpp | 4 2 + 2 - 0 !
src/hiscore.cpp | 2 1 + 1 - 0 !
src/menu.cpp | 2 1 + 1 - 0 !
src/select_special.cpp | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 accept enter and space keys when return expected.
07_nosound.diff | (download)

src/soundmusic.cpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 enable starting without sound
 tomatoes fails to start when no audio device is available, and fails to
 notify the user that there is a problem, other than on the command
 line.
 Bug 449331 = tomatoes: fails to start when the audio device is not available
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449331
08_flags.diff | (download)

makefile | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 don't set cflags and ldflags and use cppflags.
 Use CPPFLAGS, CFLAGS and LDFLAGS as set by debhelper and modified
 in debian/rules.
09_sort_source_files.diff | (download)

makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sort source files to get deterministic linking order