diff -pruN 2.0.6-3/debian/changelog 2.0.6-3ubuntu1/debian/changelog
--- 2.0.6-3/debian/changelog	2016-06-08 05:21:24.000000000 +0000
+++ 2.0.6-3ubuntu1/debian/changelog	2018-02-21 21:19:11.000000000 +0000
@@ -1,3 +1,10 @@
+php-horde-view (2.0.6-3ubuntu1) bionic; urgency=medium
+
+  * debian/patches/phpunit6_compat.patch: PHPUnit 6 has namespaced
+    classes.
+
+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Wed, 21 Feb 2018 13:19:11 -0800
+
 php-horde-view (2.0.6-3) unstable; urgency=medium
 
   * Update Standards-Version to 3.9.8, no change
diff -pruN 2.0.6-3/debian/control 2.0.6-3ubuntu1/debian/control
--- 2.0.6-3/debian/control	2016-06-08 05:21:24.000000000 +0000
+++ 2.0.6-3ubuntu1/debian/control	2018-02-21 21:19:11.000000000 +0000
@@ -1,7 +1,8 @@
 Source: php-horde-view
 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.0.6-3/debian/patches/phpunit6_compat.patch 2.0.6-3ubuntu1/debian/patches/phpunit6_compat.patch
--- 2.0.6-3/debian/patches/phpunit6_compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.6-3ubuntu1/debian/patches/phpunit6_compat.patch	2018-02-21 21:19:08.000000000 +0000
@@ -0,0 +1,49 @@
+Description: PHPUnit 6 has namespaced classes
+Author: Nishanth Aravamudan <nish.aravamudan@canonical.com>
+Forwarded: Will be done by Nishanth Aravamudan
+Last-Update: 2018-02-21
+
+--- php-horde-view-2.0.6.orig/Horde_View-2.0.6/test/Horde/View/Helper/BenchmarkTest.php
++++ php-horde-view-2.0.6/Horde_View-2.0.6/test/Horde/View/Helper/BenchmarkTest.php
+@@ -22,7 +22,7 @@
+  * @package    View
+  * @subpackage UnitTests
+  */
+-class Horde_View_Helper_BenchmarkTest extends PHPUnit_Framework_TestCase
++class Horde_View_Helper_BenchmarkTest extends PHPUnit\Framework\TestCase
+ {
+     public function setUp()
+     {
+--- php-horde-view-2.0.6.orig/Horde_View-2.0.6/test/Horde/View/Helper/CaptureTest.php
++++ php-horde-view-2.0.6/Horde_View-2.0.6/test/Horde/View/Helper/CaptureTest.php
+@@ -22,7 +22,7 @@
+  * @package    View
+  * @subpackage UnitTests
+  */
+-class Horde_View_Helper_CaptureTest extends PHPUnit_Framework_TestCase
++class Horde_View_Helper_CaptureTest extends PHPUnit\Framework\TestCase
+ {
+     public function setUp()
+     {
+--- php-horde-view-2.0.6.orig/Horde_View-2.0.6/test/Horde/View/Helper/DebugTest.php
++++ php-horde-view-2.0.6/Horde_View-2.0.6/test/Horde/View/Helper/DebugTest.php
+@@ -22,7 +22,7 @@
+  * @package    View
+  * @subpackage UnitTests
+  */
+-class Horde_View_Helper_DebugTest extends PHPUnit_Framework_TestCase
++class Horde_View_Helper_DebugTest extends PHPUnit\Framework\TestCase
+ {
+     public function setUp()
+     {
+--- php-horde-view-2.0.6.orig/Horde_View-2.0.6/test/Horde/View/InterfaceTest.php
++++ php-horde-view-2.0.6/Horde_View-2.0.6/test/Horde/View/InterfaceTest.php
+@@ -15,7 +15,7 @@
+  * @package    View
+  * @subpackage UnitTests
+  */
+-class Horde_View_InterfaceTest extends PHPUnit_Framework_TestCase {
++class Horde_View_InterfaceTest extends PHPUnit\Framework\TestCase {
+ 
+     public function testViewInterface()
+     {
diff -pruN 2.0.6-3/debian/patches/series 2.0.6-3ubuntu1/debian/patches/series
--- 2.0.6-3/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.6-3ubuntu1/debian/patches/series	2018-02-21 21:18:47.000000000 +0000
@@ -0,0 +1 @@
+phpunit6_compat.patch
