diff -pruN 2.2.2-1/debian/changelog 2.2.2-1ubuntu1/debian/changelog
--- 2.2.2-1/debian/changelog	2017-06-30 20:06:57.000000000 +0000
+++ 2.2.2-1ubuntu1/debian/changelog	2018-02-23 20:41:11.000000000 +0000
@@ -1,3 +1,10 @@
+php-horde-translation (2.2.2-1ubuntu1) bionic; urgency=medium
+
+  * debian/patches/phpunit6_compat.patch: PHPUnit 6 has namespaced
+    classes.
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Fri, 23 Feb 2018 12:41:11 -0800
+
 php-horde-translation (2.2.2-1) unstable; urgency=medium
 
   * New upstream version 2.2.2
diff -pruN 2.2.2-1/debian/control 2.2.2-1ubuntu1/debian/control
--- 2.2.2-1/debian/control	2017-06-30 20:06:57.000000000 +0000
+++ 2.2.2-1ubuntu1/debian/control	2018-02-23 20:41:11.000000000 +0000
@@ -1,7 +1,8 @@
 Source: php-horde-translation
 Section: php
 Priority: extra
-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Horde Maintainers <pkg-horde-hackers@lists.alioth.debian.org>
 Uploaders: Mathieu Parent <sathieu@debian.org>
 Build-Depends: debhelper (>= 9), pkg-php-tools, pear-horde-channel
 Standards-Version: 3.9.8
diff -pruN 2.2.2-1/debian/patches/phpunit6_compat.patch 2.2.2-1ubuntu1/debian/patches/phpunit6_compat.patch
--- 2.2.2-1/debian/patches/phpunit6_compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.2.2-1ubuntu1/debian/patches/phpunit6_compat.patch	2018-02-23 20:41:11.000000000 +0000
@@ -0,0 +1,25 @@
+Description: PHPUnit 6 has namespaced classes
+Author: Nishanth Aravamudan <nish.aravamudan@canonical.com>
+Forwarded: Will be done by Nishanth Aravamudan
+Last-Update: 2018-02-23
+
+--- a/Horde_Translation-2.2.2/test/Horde/Translation/TestBase.php
++++ b/Horde_Translation-2.2.2/test/Horde/Translation/TestBase.php
+@@ -6,7 +6,7 @@
+  * @package    Translation
+  * @subpackage UnitTests
+  */
+-class Horde_Translation_TestBase extends PHPUnit_Framework_TestCase
++class Horde_Translation_TestBase extends PHPUnit\Framework\TestCase
+ {
+     private $_env;
+ 
+@@ -14,7 +14,7 @@
+     {
+         try {
+             $this->setLocale(LC_ALL, 'de_DE.UTF-8');
+-        } catch (PHPUnit_Framework_Exception $e) {
++        } catch (PHPUnit\Framework\Exception $e) {
+             $this->markTestSkipped('Setting the locale failed. de_DE.UTF-8 might not be supported.');
+         }
+         $this->_setEnv('de_DE.UTF-8');
diff -pruN 2.2.2-1/debian/patches/series 2.2.2-1ubuntu1/debian/patches/series
--- 2.2.2-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 2.2.2-1ubuntu1/debian/patches/series	2018-02-23 20:40:44.000000000 +0000
@@ -0,0 +1 @@
+phpunit6_compat.patch
