Package: maelstrom / 3.0.7-4

Metadata

Package Version Patches format
maelstrom 3.0.7-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
game_installdir.patch | (download)

configure.in | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix the location of the game datadir
 Respect the --datadir parameter.
install hook.diff | (download)

Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 rename the custom 'install' target as 'install-data-hook'
 automake creates its own 'install' target in the generated Makefile, and the
 custom target shadows it; instead, install the extra bits additionally,
 within a 'install-data-hook' target.
debian diff to be split some day.patch | (download)

Maelstrom-netd.c | 14 7 7 - 0 !
README.options.txt | 3 2 1 - 0 !
buttonlist.h | 6 3 3 - 0 !
init.cpp | 4 4 0 - 0 !
maclib/macres.cpp | 2 1 1 - 0 !
maclib/snd2wav.cpp | 2 1 1 - 0 !
6 files changed, 18 insertions( ), 13 deletions(-)

 debian diff as of version 1.4.3-l3.0.6 main-6
missing include.diff | (download)

Maelstrom-netd.c | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 include <time.h> for time()
global saves compatibility.patch | (download)

scores.cpp | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 try to load scores from the system location if available
 Maelstrom 3.0.7 switched to a local directory for the user for the scores.
 Since we do not want users to lose their scores, in case there are no scores
 in the user location try to load the ones in the old system location.
 New scores are saved in the local directory anyway.