diff -pruN 1.0.15-2/debian/changelog 1.0.15-2ubuntu1/debian/changelog
--- 1.0.15-2/debian/changelog	2018-04-21 12:40:51.000000000 +0000
+++ 1.0.15-2ubuntu1/debian/changelog	2019-09-26 05:29:05.000000000 +0000
@@ -1,3 +1,9 @@
+django-compat (1.0.15-2ubuntu1) eoan; urgency=medium
+
+  * Drop python2 support.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 25 Sep 2019 22:29:05 -0700
+
 django-compat (1.0.15-2) unstable; urgency=medium
 
   * Add a Debian patch to fix django dependency.
diff -pruN 1.0.15-2/debian/control 1.0.15-2ubuntu1/debian/control
--- 1.0.15-2/debian/control	2018-04-21 12:40:51.000000000 +0000
+++ 1.0.15-2ubuntu1/debian/control	2019-09-26 05:29:05.000000000 +0000
@@ -1,32 +1,19 @@
 Source: django-compat
-Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
 Uploaders: Senthil Kumaran S (stylesen) <stylesen@gmail.com>,
  Neil Williams <codehelp@debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9), dh-python,
- python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3), python-django, python-six, python-django-nose,
  python3-all, python3-setuptools,
  python3-django, python3-six, python3-django-nose
-X-Python-Version: >=2.7
 Testsuite: autopkgtest
 Standards-Version: 4.1.4
 Homepage: https://github.com/arteria/django-compat
 Vcs-Git: https://github.com/Linaro/pkg-django-compat.git
 Vcs-Browser: https://github.com/Linaro/pkg-django-compat.git
 
-Package: python-django-compat
-Architecture: all
-Depends: python-six, ${misc:Depends}, ${python:Depends}
-Description: Forward and backwards compatibility layer for Django 1.4.x to 1.9.x
- This module provides a backwards compatibility layer for Django versions which
- helps in the following:
-  1. Be able to use the LTS versions of Django and support newer versions in
-     your app
-  2. Use features from newer Django versions in an old one
-  3. Manage and master the gap between different framework versions
-
 Package: python3-django-compat
 Architecture: all
 Depends: python3-six, ${misc:Depends}, ${python3:Depends}
diff -pruN 1.0.15-2/debian/python3-django-compat.debhelper.log 1.0.15-2ubuntu1/debian/python3-django-compat.debhelper.log
--- 1.0.15-2/debian/python3-django-compat.debhelper.log	1970-01-01 00:00:00.000000000 +0000
+++ 1.0.15-2ubuntu1/debian/python3-django-compat.debhelper.log	2019-09-26 05:29:05.000000000 +0000
@@ -0,0 +1,2 @@
+dh_update_autotools_config
+dh_auto_configure
diff -pruN 1.0.15-2/debian/rules 1.0.15-2ubuntu1/debian/rules
--- 1.0.15-2/debian/rules	2018-04-21 12:40:51.000000000 +0000
+++ 1.0.15-2ubuntu1/debian/rules	2019-09-26 05:29:05.000000000 +0000
@@ -1,14 +1,13 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3
+	dh $@ --buildsystem pybuild --with python3
 
 override_dh_auto_test::
-	python runtests.py
+	python3 runtests.py
 
 override_dh_auto_install:
 	dh_auto_install
-	python setup.py install --root=debian/python-django-compat/ --install-layout=deb
 	python3 setup.py install --root=debian/python3-django-compat/ --install-layout=deb
 
 override_dh_auto_clean::
