Package: supertux / 0.6.3-4

Metadata

Package Version Patches format
supertux 0.6.3-4 3.0 (quilt)

Patch series

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

external/tinygettext/include/tinygettext/language.hpp | 2 1 + 1 - 0 !
external/tinygettext/src/po_parser.cpp | 4 2 + 2 - 0 !
src/gui/menu_paths.cpp | 2 1 + 1 - 0 !
src/interface/control_enum.hpp | 2 1 + 1 - 0 !
src/object/path.hpp | 2 1 + 1 - 0 !
src/scripting/functions.cpp | 2 1 + 1 - 0 !
src/supertux/levelset_screen.cpp | 2 1 + 1 - 0 !
7 files changed, 8 insertions(+), 8 deletions(-)

 fix spelling errors found by lintian
version.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't regenerate version.cmake
 use version.cmake from the release tarball, instead of letting it regenerate
 when a git directory has been detected.
reproducible.patch | (download)

src/supertux/main.cpp | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove code that embeds the build path
 Embedding the build path (BUILD_DATA_DIR, BUILD_CONFIG_DATA_DIR) into the
 binary makes the build unreproducible.
 The small check was only needed for running supertux from within the source
 directory. As this does not make sense for the distributed packages, this can
 be safely removed.
 If you are working on the code and need to run supertux from the source
 directory, either set SUPERTUX2_DATA_DIR or unapply this patch.
gcc12.patch | (download)

external/partio_zip/zip_manager.hpp | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 [patch] fix problem with gcc 11 and partio's zip manager (missing
 #include <memory>)

Closes #2219 on GitHub. Same fix, but puts the include closer to the copyright header.