diff -pruN 1.1.0+git12-g365f8e3-3/debian/changelog 1.1.0+git12-g365f8e3-3ubuntu2/debian/changelog
--- 1.1.0+git12-g365f8e3-3/debian/changelog	2018-10-15 12:05:00.000000000 +0000
+++ 1.1.0+git12-g365f8e3-3ubuntu2/debian/changelog	2020-02-08 11:17:51.000000000 +0000
@@ -1,3 +1,33 @@
+pyepl (1.1.0+git12-g365f8e3-3ubuntu2) focal; urgency=medium
+
+  * No-change rebuild with fixed binutils on arm64.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 08 Feb 2020 11:17:51 +0000
+
+pyepl (1.1.0+git12-g365f8e3-3ubuntu1) focal; urgency=medium
+
+  * python-pyepl-common: Hardcode python2 instead of python.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 13 Jan 2020 13:55:52 +0100
+
+pyepl (1.1.0+git12-g365f8e3-3build3) focal; urgency=medium
+
+  * No-change rebuild to generate dependencies on python2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sat, 11 Jan 2020 18:57:00 +0000
+
+pyepl (1.1.0+git12-g365f8e3-3build2) focal; urgency=medium
+
+  * No-change rebuild to generate dependencies on python2.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 17 Dec 2019 12:40:17 +0000
+
+pyepl (1.1.0+git12-g365f8e3-3build1) disco; urgency=medium
+
+  * No-change rebuild against libode8
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 13 Jan 2019 22:46:27 +0000
+
 pyepl (1.1.0+git12-g365f8e3-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.1.0+git12-g365f8e3-3/debian/control 1.1.0+git12-g365f8e3-3ubuntu2/debian/control
--- 1.1.0+git12-g365f8e3-3/debian/control	2018-10-15 12:05:00.000000000 +0000
+++ 1.1.0+git12-g365f8e3-3ubuntu2/debian/control	2020-01-13 12:55:47.000000000 +0000
@@ -1,5 +1,6 @@
 Source: pyepl
-Maintainer: NeuroDebian Team <team@neuro.debian.net>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: NeuroDebian Team <team@neuro.debian.net>
 Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
            Michael Hanke <michael.hanke@gmail.com>
 Section: python
@@ -64,7 +65,7 @@ Description: module for coding psycholog
 Package: python-pyepl-common
 Architecture: all
 Depends: ${misc:Depends},
-         python
+         python2
 Description: module for coding psychology experiments in Python
  PyEPL is a stimuli delivery and response registration toolkit to be
  used for generating psychology (as well as neuroscience, marketing
diff -pruN 1.1.0+git12-g365f8e3-3/debian/rules 1.1.0+git12-g365f8e3-3ubuntu2/debian/rules
--- 1.1.0+git12-g365f8e3-3/debian/rules	2018-10-15 12:05:00.000000000 +0000
+++ 1.1.0+git12-g365f8e3-3ubuntu2/debian/rules	2020-01-13 12:55:52.000000000 +0000
@@ -16,7 +16,7 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=`pybuild --print build_dir --interpreter python` dh_auto_test || true # FIXME: Drop that true once test passes
+	PYTHONPATH=`pybuild --print build_dir --interpreter python2` dh_auto_test || true # FIXME: Drop that true once test passes
 endif
 
 override_dh_install-indep:
