diff -pruN 0.5.1+git20160404-1/debian/changelog 0.5.1+git20160404-1ubuntu2/debian/changelog
--- 0.5.1+git20160404-1/debian/changelog	2017-05-28 13:18:14.000000000 +0000
+++ 0.5.1+git20160404-1ubuntu2/debian/changelog	2020-02-10 07:23:14.000000000 +0000
@@ -1,3 +1,16 @@
+libvirt-sandbox (0.5.1+git20160404-1ubuntu2) focal; urgency=medium
+
+  * No-change rebuild with fixed binutils on arm64.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 10 Feb 2020 08:23:14 +0100
+
+libvirt-sandbox (0.5.1+git20160404-1ubuntu1) focal; urgency=medium
+
+  * Build-depend on dh-python.
+  * virt-sandbox: Depend on python2 instead of python.
+
+ -- Matthias Klose <doko@ubuntu.com>  Fri, 10 Jan 2020 15:26:54 +0100
+
 libvirt-sandbox (0.5.1+git20160404-1) unstable; urgency=medium
 
   * [184e246] Suggest liguestfs-tools since this ships virt-builder
diff -pruN 0.5.1+git20160404-1/debian/control 0.5.1+git20160404-1ubuntu2/debian/control
--- 0.5.1+git20160404-1/debian/control	2017-05-28 13:18:03.000000000 +0000
+++ 0.5.1+git20160404-1ubuntu2/debian/control	2020-01-10 14:26:33.000000000 +0000
@@ -7,6 +7,7 @@ Build-Depends:
  autoconf,
  automake,
  debhelper (>= 9),
+ dh-python, python2,
  gtk-doc-tools,
  intltool,
  libcap-ng-dev,
@@ -26,7 +27,7 @@ Package: virt-sandbox
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}, 
- python,
+ python2,
  gir1.2-libvirt-sandbox-1.0 (= ${binary:Version}),
 Suggests: libguestfs-tools
 Description: Application sandbox toolkit
diff -pruN 0.5.1+git20160404-1/debian/rules 0.5.1+git20160404-1ubuntu2/debian/rules
--- 0.5.1+git20160404-1/debian/rules	2017-05-28 13:18:03.000000000 +0000
+++ 0.5.1+git20160404-1ubuntu2/debian/rules	2020-01-10 14:26:47.000000000 +0000
@@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardeni
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --buildsystem=autoconf
+	dh $@ --with python2 --buildsystem=autoconf
 
 
 override_dh_auto_configure:
