Package: simutrans / 120.4.1-1

Metadata

Package Version Patches format
simutrans 120.4.1-1 3.0 (quilt)

Patch series

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

gui/money_frame.cc | 4 2 + 2 - 0 !
makeobj/makeobj.cc | 2 1 + 1 - 0 !
network/network_cmd_ingame.cc | 2 1 + 1 - 0 !
script/api/api_command.cc | 4 2 + 2 - 0 !
script/script.cc | 2 1 + 1 - 0 !
simtool.cc | 2 1 + 1 - 0 !
simtool.h | 2 1 + 1 - 0 !
7 files changed, 9 insertions(+), 9 deletions(-)

 correct typos
0105 revert svn 1937.diff | (download)

simsys.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use ~/.simutrans for savegames

This patch reverts SVN commit 1937 to make simutrans use ~/.simutrans for
savegames instead of ~/simutrans.

0100 path_for_game data.patch | (download)

simmain.cc | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 set path for game data
0500 config.diff | (download)

config.default | 105 105 + 0 - 0 !
1 file changed, 105 insertions(+)

---
0505 link less libraries.diff | (download)

makeobj/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link less libraries into makeobj

This fixes the following warnings from dpkg-shlibdeps:

  dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/simutrans-makeobj/usr/games/makeobj" were not uselessly linked against it (they use none of its symbols).
  dpkg-shlibdeps: warning: dependency on libbz2.so.1.0 could be avoided if "debian/simutrans-makeobj/usr/games/makeobj" were not uselessly linked against it (they use none of its symbols).
reproducible build.patch | (download)

simversion.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 reproducible build

Make the build reproducible by removing the __DATE__ macro.
See also https://wiki.debian.org/ReproducibleBuilds

0110 path_max.patch | (download)

simsys.cc | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 add define for path_max if not defined