diff -pruN 1.0.2+dfsg1-8/debian/changelog 1.0.2+dfsg1-8ubuntu1/debian/changelog
--- 1.0.2+dfsg1-8/debian/changelog	2018-08-04 07:22:03.000000000 +0000
+++ 1.0.2+dfsg1-8ubuntu1/debian/changelog	2020-03-18 08:27:37.000000000 +0000
@@ -1,3 +1,9 @@
+kiki-the-nano-bot (1.0.2+dfsg1-8ubuntu1) focal; urgency=medium
+
+  * Build-depend on python2-dev.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 18 Mar 2020 09:27:37 +0100
+
 kiki-the-nano-bot (1.0.2+dfsg1-8) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.0.2+dfsg1-8/debian/control 1.0.2+dfsg1-8ubuntu1/debian/control
--- 1.0.2+dfsg1-8/debian/control	2018-08-04 07:22:03.000000000 +0000
+++ 1.0.2+dfsg1-8ubuntu1/debian/control	2020-03-18 08:27:22.000000000 +0000
@@ -12,7 +12,7 @@ Build-Depends:
  libsdl-image1.2-dev,
  libsdl-mixer1.2-dev,
  libsdl1.2-dev,
- python-dev,
+ python2-dev,
  swig,
  vorbis-tools
 Standards-Version: 4.2.0
diff -pruN 1.0.2+dfsg1-8/debian/rules 1.0.2+dfsg1-8ubuntu1/debian/rules
--- 1.0.2+dfsg1-8/debian/rules	2018-08-04 07:22:03.000000000 +0000
+++ 1.0.2+dfsg1-8ubuntu1/debian/rules	2020-03-18 08:27:37.000000000 +0000
@@ -16,8 +16,8 @@ build-arch-stamp:
 	rm -f SWIG/KikiPy_wrap.cpp #force regeneration of SWIG bindings
 	make -C kodilib/linux
 	make -C linux \
-		PYTHON_INCLUDES="$(shell python-config --includes)" \
-		PYTHONLIBS="$(shell python-config --libs)"
+		PYTHON_INCLUDES="$(shell python2-config --includes)" \
+		PYTHONLIBS="$(shell python2-config --libs)"
 	rm -f py/kiki.py
 	touch $@
 
