Package: spring / 103.0+dfsg2-1

Metadata

Package Version Patches format
spring 103.0+dfsg2-1 3.0 (quilt)

Patch series

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

rts/lib/headlessStubs/glstub.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 glshadersource

Fix glshaderSource stub signature to match that in <GL/glext.h>.
Thanks to Colin Watson.

sdl debian.patch | (download)

rts/aGui/CMakeLists.txt | 2 2 + 0 - 0 !
rts/builds/dedicated/CMakeLists.txt | 1 1 + 0 - 0 !
rts/builds/headless/CMakeLists.txt | 1 1 + 0 - 0 !
rts/lib/headlessStubs/CMakeLists.txt | 2 2 + 0 - 0 !
4 files changed, 6 insertions(+)

 sdl debian

Include Debian's SDL.h.

reproducible.patch | (download)

cont/base/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 reproducible


gold linker.patch | (download)

rts/build/cmake/TestCXXFlags.cmake | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 gold linker

This is a bug in binutils which will probably not fixed in time for Stretch.
Work around the build failure by switching to Debian's default linker instead
of the gold linker. This patch can be reverted as soon as #847356 is fixed.

Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846921
remove ConvertUTF.patch | (download)

rts/lib/assimp/code/BaseImporter.cpp | 95 0 + 95 - 0 !
rts/lib/assimp/code/BaseImporter.h | 3 0 + 3 - 0 !
rts/lib/assimp/code/CMakeLists.txt | 8 0 + 8 - 0 !
rts/lib/assimp/code/OgreMaterial.cpp | 1 0 + 1 - 0 !
rts/lib/assimp/code/XFileImporter.cpp | 1 0 + 1 - 0 !
rts/lib/assimp/code/irrXMLWrapper.h | 1 0 + 1 - 0 !
6 files changed, 109 deletions(-)

 remove convertutf

The ConvertUTF* program is, according to Lintian, non-free. Hence we remove all
code that relies on it.