r14321 - packages/trunk/kiki-the-nano-bot/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Mon Jun 24 19:30:10 UTC 2013


Author: pdewacht-guest
Date: 2013-06-24 19:30:10 +0000 (Mon, 24 Jun 2013)
New Revision: 14321

Modified:
   packages/trunk/kiki-the-nano-bot/debian/changelog
   packages/trunk/kiki-the-nano-bot/debian/rules
Log:
kiki-the-nano-bot: fix FTBFS


Modified: packages/trunk/kiki-the-nano-bot/debian/changelog
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/changelog	2013-06-24 19:18:57 UTC (rev 14320)
+++ packages/trunk/kiki-the-nano-bot/debian/changelog	2013-06-24 19:30:10 UTC (rev 14321)
@@ -1,3 +1,9 @@
+kiki-the-nano-bot (1.0.2+dfsg1-5) UNRELEASED; urgency=low
+
+  * Fixed FTBFS (incorrect python-config command) (Closes: #713274)
+
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 24 Jun 2013 21:28:22 +0200
+
 kiki-the-nano-bot (1.0.2+dfsg1-4) unstable; urgency=low
 
   [ Peter De Wachter ]

Modified: packages/trunk/kiki-the-nano-bot/debian/rules
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/rules	2013-06-24 19:18:57 UTC (rev 14320)
+++ packages/trunk/kiki-the-nano-bot/debian/rules	2013-06-24 19:30:10 UTC (rev 14321)
@@ -22,7 +22,7 @@
 	rm -f SWIG/KikiPy_wrap.cpp #force regeneration of SWIG bindings
 	make -C kodilib/linux
 	make -C linux \
-		PYTHON_INCLUDES="$(shell python-config --include)" \
+		PYTHON_INCLUDES="$(shell python-config --includes)" \
 		PYTHONLIBS="$(shell python-config --libs)"
 	rm -f py/kiki.py
 	touch $@




More information about the Pkg-games-commits mailing list