diff -pruN 2.0.4.1+nmu1/debian/changelog 2.0.4.1+nmu1ubuntu1/debian/changelog
--- 2.0.4.1+nmu1/debian/changelog	2013-05-27 07:06:21.000000000 +0000
+++ 2.0.4.1+nmu1ubuntu1/debian/changelog	2020-01-14 13:50:38.000000000 +0000
@@ -1,3 +1,21 @@
+dictdlib (2.0.4.1+nmu1ubuntu1) focal; urgency=medium
+
+  * Build using python2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 14 Jan 2020 14:50:38 +0100
+
+dictdlib (2.0.4.1+nmu1build2) focal; urgency=medium
+
+  * No-change rebuild to generate dependencies on python2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 11 Jan 2020 18:56:28 +0000
+
+dictdlib (2.0.4.1+nmu1build1) trusty; urgency=medium
+
+  * Rebuild to drop files installed into /usr/share/pyshared.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 23 Feb 2014 13:47:03 +0000
+
 dictdlib (2.0.4.1+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 2.0.4.1+nmu1/debian/compat 2.0.4.1+nmu1ubuntu1/debian/compat
--- 2.0.4.1+nmu1/debian/compat	2006-11-17 15:55:01.000000000 +0000
+++ 2.0.4.1+nmu1ubuntu1/debian/compat	2020-01-14 13:50:38.000000000 +0000
@@ -1 +1 @@
-5
+9
diff -pruN 2.0.4.1+nmu1/debian/control 2.0.4.1+nmu1ubuntu1/debian/control
--- 2.0.4.1+nmu1/debian/control	2013-05-27 07:10:43.000000000 +0000
+++ 2.0.4.1+nmu1ubuntu1/debian/control	2020-01-14 13:50:38.000000000 +0000
@@ -2,7 +2,7 @@ Source: dictdlib
 Section: interpreters
 Priority: optional
 Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>> 5.0.37.2), python-all-dev (>= 2.6.6-3~)
+Build-Depends: debhelper (>> 5.0.37.2), python-all (>= 2.6.6-3~), dh-python
 Standards-Version: 3.5.2
 
 Package: python-dictdlib
diff -pruN 2.0.4.1+nmu1/debian/rules 2.0.4.1+nmu1ubuntu1/debian/rules
--- 2.0.4.1+nmu1/debian/rules	2013-05-27 07:02:22.000000000 +0000
+++ 2.0.4.1+nmu1ubuntu1/debian/rules	2020-01-14 13:50:38.000000000 +0000
@@ -8,7 +8,7 @@
 
 # This is the debhelper compatibility version to use.
 
-PYTHON=python
+PYTHON=python2
 PACKAGE=python-dictdlib
 
 
