Author: pdewacht-guest Date: 2015-12-31 14:16:53 +0000 (Thu, 31 Dec 2015) New Revision: 15681
Modified: packages/trunk/kiki-the-nano-bot/debian/changelog packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch Log: kiki-the-nano-bot: Fix miscompilation with SWIG 3.0 Modified: packages/trunk/kiki-the-nano-bot/debian/changelog =================================================================== --- packages/trunk/kiki-the-nano-bot/debian/changelog 2015-12-31 13:41:18 UTC (rev 15680) +++ packages/trunk/kiki-the-nano-bot/debian/changelog 2015-12-31 14:16:53 UTC (rev 15681) @@ -1,3 +1,9 @@ +kiki-the-nano-bot (1.0.2+dfsg1-6) UNRELEASED; urgency=medium + + * Fix miscompilation with SWIG 3.0. (Closes: #809317) + + -- Peter De Wachter <[email protected]> Thu, 31 Dec 2015 15:13:48 +0100 + kiki-the-nano-bot (1.0.2+dfsg1-5) unstable; urgency=low * Fixed FTBFS (incorrect python-config command) (Closes: #713274) Modified: packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch =================================================================== --- packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch 2015-12-31 13:41:18 UTC (rev 15680) +++ packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch 2015-12-31 14:16:53 UTC (rev 15681) @@ -42,7 +42,7 @@ + $(CXX) $(LDFLAGS) $(obj) $(KODILIB) -o kiki $(GLLIBS) $(SDLLIBS) $(PYTHONLIBS) + +$(KIKISRC)/../SWIG/KikiPy_wrap.cpp: $(wildcard ../SWIG/*.i) -+ -(cd ../SWIG && swig -c++ -python -globals kiki -o KikiPy_wrap.cpp KikiPy.i && cp kiki.py ../py) ++ (cd ../SWIG && swig -c++ -python -globals kiki -DSWIG_PYTHON_LEGACY_BOOL -o KikiPy_wrap.cpp KikiPy.i && cp kiki.py ../py) obj-clean: $(RM) -f $(obj) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

