Package: libclaw / 1.7.4-4

Metadata

Package Version Patches format
libclaw 1.7.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
html doc paths.diff | (download)

doc/Doxyfile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 html-doc-paths

Set the correct input path for doxygen, relatively to the debian folder

spelling errors.patch | (download)

claw/code/application.cpp | 4 2 + 2 - 0 !
doc/man/claw-config.man.sgml | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 spelling-errors

Fix spelling/grammar errors in binary package and sgml files.

gcc6 ftbfs.patch | (download)

claw/code/configuration_file.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 gcc6 ftbfs

Fix FTBFS with GCC-6 by explicitly casting to bool.

boost1.61.patch | (download)

claw/code/tween/single_tweener.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 boost1.61

libclaw FTBFS with Boost 1.61.
error: invalid initialization of non-const reference of type 'double&' from an
rvalue of type 'double'

See also
https://stackoverflow.com/questions/37494170/why-const-double-reference-can-be-assigned-to-int-but-not-non-const-one

This is just a work around until we find a proper solution. It has apparently
no effects on libclaw's only r-dep plee-the-bear.

gcc7.patch | (download)

claw/impl/box_2d.tpp | 4 2 + 2 - 0 !
claw/impl/rectangle.tpp | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 gcc7

Fix FTBFS with GCC7.

Bug-Debian: https://bugs.debian.org/853488
CMake4.patch | (download)

CMakeLists.txt | 3 2 + 1 - 0 !
claw/CMakeLists.txt | 2 1 + 1 - 0 !
claw/impl/CMakeLists.txt | 2 1 + 1 - 0 !
cmake-module/CMakeLists.txt | 2 1 + 1 - 0 !
doc/CMakeLists.txt | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 5 deletions(-)

---