Package: php-horde-text-filter-jsmin Version: 1.0.2-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/phpunit6_compat.patch: PHPUnit 6 has namespaced classes. Thanks for considering the patch. *** /tmp/tmpiyhsiF/php-horde-text-filter-jsmin_1.0.2-3ubuntu1.debdiff diff -Nru php-horde-text-filter-jsmin-1.0.2/debian/patches/phpunit6_compat.patch php-horde-text-filter-jsmin-1.0.2/debian/patches/phpunit6_compat.patch --- php-horde-text-filter-jsmin-1.0.2/debian/patches/phpunit6_compat.patch 1969-12-31 16:00:00.000000000 -0800 +++ php-horde-text-filter-jsmin-1.0.2/debian/patches/phpunit6_compat.patch 2018-02-20 14:55:19.000000000 -0800 @@ -0,0 +1,16 @@ +Description: PHPUnit 6 has namespaced classes +Author: Nishanth Aravamudan <nish.aravamu...@canonical.com> +Forwarded: Will be done by Nishanth Aravamudan +Last-Update: 2018-02-20 + +--- php-horde-text-filter-jsmin-1.0.2.orig/Horde_Text_Filter_Jsmin-1.0.2/test/Horde/Text/Filter/Jsmin/JsminTest.php ++++ php-horde-text-filter-jsmin-1.0.2/Horde_Text_Filter_Jsmin-1.0.2/test/Horde/Text/Filter/Jsmin/JsminTest.php +@@ -9,7 +9,7 @@ + * @subpackage UnitTests + */ + +-class Horde_Text_Filter_Jsmin_JsminTest extends PHPUnit_Framework_TestCase ++class Horde_Text_Filter_Jsmin_JsminTest extends PHPUnit\Framework\TestCase + { + public function testJsmin() + { diff -Nru php-horde-text-filter-jsmin-1.0.2/debian/patches/series php-horde-text-filter-jsmin-1.0.2/debian/patches/series --- php-horde-text-filter-jsmin-1.0.2/debian/patches/series 1969-12-31 16:00:00.000000000 -0800 +++ php-horde-text-filter-jsmin-1.0.2/debian/patches/series 2018-02-20 14:55:25.000000000 -0800 @@ -0,0 +1 @@ +phpunit6_compat.patch -- System Information: Debian Release: buster/sid APT prefers bionic-updates APT policy: (500, 'bionic-updates'), (500, 'bionic-security'), (500, 'bionic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-20-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled --