Package: libtcod / 1.6.1+dfsg-1

Metadata

Package Version Patches format
libtcod 1.6.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix makefile.patch | (download)

build/autotools/Makefile.am | 63 2 + 61 - 0 !
1 file changed, 2 insertions(+), 61 deletions(-)

 make sure the soname is set properly
01 fix cppcheck.patch | (download)

samples/worldgen/util_worldgen.cpp | 2 2 + 0 - 0 !
src/lex_c.c | 2 2 + 0 - 0 !
src/parser_c.c | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 1 deletion(-)

 fix the errors cppcheck reports
02 python multiarch.patch | (download)

python/libtcodpy/__init__.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 help the python wrapper find libtcod.so
 This patch adds /usr/lib/<MULTIARCH>/ to the shared library search
 path in _get_cdll() in python/libtcodpy/__init__.py.