diff -pruN 1.71.0-1/debian/bin/pydoc 1.71.0-1ubuntu1/debian/bin/pydoc
--- 1.71.0-1/debian/bin/pydoc	1970-01-01 00:00:00.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/bin/pydoc	2020-01-10 18:11:56.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec pydoc2 "$@"
diff -pruN 1.71.0-1/debian/bin/python 1.71.0-1ubuntu1/debian/bin/python
--- 1.71.0-1/debian/bin/python	1970-01-01 00:00:00.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/bin/python	2020-01-10 14:33:15.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec python2 "$@"
diff -pruN 1.71.0-1/debian/bin/python-config 1.71.0-1ubuntu1/debian/bin/python-config
--- 1.71.0-1/debian/bin/python-config	1970-01-01 00:00:00.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/bin/python-config	2020-01-10 18:05:47.000000000 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec python2-config "$@"
diff -pruN 1.71.0-1/debian/changelog 1.71.0-1ubuntu1/debian/changelog
--- 1.71.0-1/debian/changelog	2014-05-11 10:29:11.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/changelog	2020-01-14 19:59:59.000000000 +0000
@@ -1,3 +1,9 @@
+crossfire-maps (1.71.0-1ubuntu1) focal; urgency=medium
+
+  * Build using python2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 14 Jan 2020 20:59:59 +0100
+
 crossfire-maps (1.71.0-1) unstable; urgency=medium
 
   * New upstream release
diff -pruN 1.71.0-1/debian/compat 1.71.0-1ubuntu1/debian/compat
--- 1.71.0-1/debian/compat	2012-04-09 15:53:45.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/compat	2020-01-14 19:59:59.000000000 +0000
@@ -1 +1 @@
-6
+9
diff -pruN 1.71.0-1/debian/control 1.71.0-1ubuntu1/debian/control
--- 1.71.0-1/debian/control	2014-05-11 10:28:07.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/control	2020-01-14 19:59:20.000000000 +0000
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Kari Pahula <kaol@debian.org>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7), cdbs, python-all (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 7), cdbs, python-all (>= 2.6.6-3~), dh-python
 Homepage: http://crossfire.real-time.com/
 
 Package: crossfire-maps
diff -pruN 1.71.0-1/debian/rules 1.71.0-1ubuntu1/debian/rules
--- 1.71.0-1/debian/rules	2012-04-09 15:53:45.000000000 +0000
+++ 1.71.0-1ubuntu1/debian/rules	2020-01-14 19:59:56.000000000 +0000
@@ -2,6 +2,9 @@
 DEB_DH_INSTALL_ARGS := -X debian -X COPYING -X ChangeLog -X .cvsignore \
  -X pshop_copier -X Info/ -X test/
 
+PATH := $(PATH):$(CURDIR)/debian/bin
+export PATH
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 binary-install/crossfire-maps::
