diff -Nru php-horde-exception-2.0.8/debian/changelog php-horde-exception-2.0.8/debian/changelog --- php-horde-exception-2.0.8/debian/changelog 2016-06-07 21:11:18.000000000 +0000 +++ php-horde-exception-2.0.8/debian/changelog 2018-02-26 19:03:41.000000000 +0000 @@ -1,3 +1,10 @@ +php-horde-exception (2.0.8-2ubuntu1) bionic; urgency=medium + + * debian/patches/phpunit6_compat.patch: PHPUnit 6 has namespaced + classes. + + -- Nishanth Aravamudan Mon, 26 Feb 2018 11:03:41 -0800 + php-horde-exception (2.0.8-2) unstable; urgency=medium * Update Standards-Version to 3.9.8, no change diff -Nru php-horde-exception-2.0.8/debian/control php-horde-exception-2.0.8/debian/control --- php-horde-exception-2.0.8/debian/control 2016-06-07 21:11:18.000000000 +0000 +++ php-horde-exception-2.0.8/debian/control 2018-02-26 19:03:41.000000000 +0000 @@ -1,7 +1,8 @@ Source: php-horde-exception Section: php Priority: extra -Maintainer: Horde Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Horde Maintainers Uploaders: Mathieu Parent Build-Depends: debhelper (>= 9), pkg-php-tools, pear-horde-channel Standards-Version: 3.9.8 diff -Nru php-horde-exception-2.0.8/debian/patches/phpunit6_compat.patch php-horde-exception-2.0.8/debian/patches/phpunit6_compat.patch --- php-horde-exception-2.0.8/debian/patches/phpunit6_compat.patch 1970-01-01 00:00:00.000000000 +0000 +++ php-horde-exception-2.0.8/debian/patches/phpunit6_compat.patch 2018-02-26 19:03:36.000000000 +0000 @@ -0,0 +1,16 @@ +Description: PHPUnit 6 has namespaced classes +Author: Nishanth Aravamudan +Forwarded: Will be done by Nishanth Aravamudan +Last-Update: 2018-02-26 + +--- php-horde-exception-2.0.8.orig/Horde_Exception-2.0.8/test/Horde/Exception/ExceptionTest.php ++++ php-horde-exception-2.0.8/Horde_Exception-2.0.8/test/Horde/Exception/ExceptionTest.php +@@ -19,7 +19,7 @@ + * @author Gunnar Wrobel + * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 + */ +-class Horde_Exception_ExceptionTest extends PHPUnit_Framework_TestCase ++class Horde_Exception_ExceptionTest extends PHPUnit\Framework\TestCase + { + + // Basic Exception Testing diff -Nru php-horde-exception-2.0.8/debian/patches/series php-horde-exception-2.0.8/debian/patches/series --- php-horde-exception-2.0.8/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ php-horde-exception-2.0.8/debian/patches/series 2018-02-26 19:03:17.000000000 +0000 @@ -0,0 +1 @@ +phpunit6_compat.patch