diff -Nru php-horde-listheaders-1.2.5/debian/changelog php-horde-listheaders-1.2.5/debian/changelog --- php-horde-listheaders-1.2.5/debian/changelog 2017-07-01 19:45:37.000000000 +0000 +++ php-horde-listheaders-1.2.5/debian/changelog 2018-02-21 21:36:11.000000000 +0000 @@ -1,3 +1,10 @@ +php-horde-listheaders (1.2.5-1ubuntu1) bionic; urgency=medium + + * debian/patches/phpunit6_compat.patch: PHPUnit 6 has namespaced + classes. + + -- Nishanth Aravamudan Wed, 21 Feb 2018 13:36:11 -0800 + php-horde-listheaders (1.2.5-1) unstable; urgency=medium * New upstream version 1.2.5 diff -Nru php-horde-listheaders-1.2.5/debian/control php-horde-listheaders-1.2.5/debian/control --- php-horde-listheaders-1.2.5/debian/control 2017-07-01 19:45:37.000000000 +0000 +++ php-horde-listheaders-1.2.5/debian/control 2018-02-21 21:36:11.000000000 +0000 @@ -1,7 +1,8 @@ Source: php-horde-listheaders 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-listheaders-1.2.5/debian/patches/phpunit6_compat.patch php-horde-listheaders-1.2.5/debian/patches/phpunit6_compat.patch --- php-horde-listheaders-1.2.5/debian/patches/phpunit6_compat.patch 1970-01-01 00:00:00.000000000 +0000 +++ php-horde-listheaders-1.2.5/debian/patches/phpunit6_compat.patch 2018-02-21 21:36:08.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-21 + +--- php-horde-listheaders-1.2.5.orig/Horde_ListHeaders-1.2.5/test/Horde/ListHeaders/ParseTest.php ++++ php-horde-listheaders-1.2.5/Horde_ListHeaders-1.2.5/test/Horde/ListHeaders/ParseTest.php +@@ -7,7 +7,7 @@ + * @subpackage UnitTests + */ + +-class Horde_ListHeaders_ParseTest extends PHPUnit_Framework_TestCase ++class Horde_ListHeaders_ParseTest extends PHPUnit\Framework\TestCase + { + private $parser; + diff -Nru php-horde-listheaders-1.2.5/debian/patches/series php-horde-listheaders-1.2.5/debian/patches/series --- php-horde-listheaders-1.2.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ php-horde-listheaders-1.2.5/debian/patches/series 2018-02-21 21:35:50.000000000 +0000 @@ -0,0 +1 @@ +phpunit6_compat.patch