diff -pruN 2.10-2/debian/changelog 2.10-2ubuntu2/debian/changelog
--- 2.10-2/debian/changelog	2019-05-13 18:06:50.000000000 +0000
+++ 2.10-2ubuntu2/debian/changelog	2019-05-23 04:53:15.000000000 +0000
@@ -1,3 +1,18 @@
+hello (2.10-2ubuntu2) eoan; urgency=medium
+
+  * Handle exit code 77 for skipped autopkgtests.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 May 2019 21:53:15 -0700
+
+hello (2.10-2ubuntu1) eoan; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Run the upstream tests as an autopkg test as well.
+  * Dropped changes, included in Debian:
+    - Bump the standards version.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 May 2019 16:36:23 -0700
+
 hello (2.10-2) unstable; urgency=medium
 
   * Fix version skew. Closes: #928887.
@@ -7,6 +22,20 @@ hello (2.10-2) unstable; urgency=medium
 
  -- Santiago Vila <sanvila@debian.org>  Mon, 13 May 2019 20:06:50 +0200
 
+hello (2.10-1ubuntu1) cosmic; urgency=medium
+
+  * Run the upstream tests as an autopkg test as well.
+  * Bump the standards version.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 24 Sep 2018 14:35:00 +0200
+
+hello (2.10-1build1) zesty; urgency=medium
+
+  * No-change rebuild to pick up -fPIE compiler default in static
+    libraries
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 12 Apr 2017 15:47:38 +0000
+
 hello (2.10-1) unstable; urgency=low
 
   * New upstream release.
@@ -332,20 +361,29 @@ hello (1.3-7) experimental; urgency=LOW
  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:22:38 +0100
 
 hello (1.3-6); priority=LOW
-
   * Changed to ELF and added Pre-Depends.
   * Added Architecture field to control file.
-
  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 02:04:36 +0000
 
-hello (1.3-4); priority=LOW
+Hello 1.3 Debian 3 - iwj
+* Corrected some mistakes in debian.README.
+* Added Package_Revision field to `control' file.
+* Added --quiet to install-info invocations.
+* Generalised and commented debian.rules a bit more.
+* Put debian.rules into the public domain.
+* Removed debian.rules install target.
+* Added this Changelog.
+* Added Info manual copyright to debian.README.
+Hello 1.3 Debian 2 - iwj
+* New prerm script which calls install-info --remove.
+Hello 1.3 Debian 1 - iwj
+Initial release.
 
+hello (1.3-4); priority=LOW
   * Added extended description.
-
  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 28 Jul 1995 21:33:04 +0100
 
 Hello 1.3 Debian 3 - iwj
-
 * Corrected some mistakes in debian.README.
 * Added Package_Revision field to `control' file.
 * Added --quiet to install-info invocations.
@@ -354,9 +392,8 @@ Hello 1.3 Debian 3 - iwj
 * Removed debian.rules install target.
 * Added this Changelog.
 * Added Info manual copyright to debian.README.
-
 Hello 1.3 Debian 2 - iwj
 * New prerm script which calls install-info --remove.
-
 Hello 1.3 Debian 1 - iwj
 Initial release.
+
diff -pruN 2.10-2/debian/control 2.10-2ubuntu2/debian/control
--- 2.10-2/debian/control	2019-05-13 17:00:00.000000000 +0000
+++ 2.10-2ubuntu2/debian/control	2019-05-22 23:36:23.000000000 +0000
@@ -1,10 +1,12 @@
 Source: hello
 Section: devel
 Priority: optional
-Maintainer: Santiago Vila <sanvila@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Santiago Vila <sanvila@debian.org>
 Standards-Version: 4.3.0
 Build-Depends: debhelper-compat (= 9)
 Homepage: http://www.gnu.org/software/hello/
+XS-Testsuite: autopkgtest
 Rules-Requires-Root: no
 
 Package: hello
diff -pruN 2.10-2/debian/tests/control 2.10-2ubuntu2/debian/tests/control
--- 2.10-2/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 2.10-2ubuntu2/debian/tests/control	2019-05-23 04:52:26.000000000 +0000
@@ -0,0 +1,2 @@
+Test-Command: for i in tests/*; do echo "Testing $(basename $i) ..."; $i || [ $? = 77 ]; done
+Depends: hello
