Package: php-sabredav Version: 1.8.12-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to fix autopkgtest failures (which also are occurring with Debian). - d/p/DEP-8/Use-installed-class-for-DEP-8-tests.patch: fix include_path (LP #1568026). Thanks for considering the patch. *** /tmp/tmpj8mrZ8/php-sabredav_1.8.12-3ubuntu1.debdiff diff -Nru php-sabredav-1.8.12/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch php-sabredav-1.8.12/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch --- php-sabredav-1.8.12/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch 2016-05-06 05:29:31.000000000 -0700 +++ php-sabredav-1.8.12/debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch 2016-06-16 17:53:22.000000000 -0700 @@ -16,7 +16,7 @@ define('SABRE_MYSQLPASS',''); -set_include_path(__DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR . get_include_path()); -+set_include_path(get_include_path() . __DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR); ++set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR); include 'Sabre/autoload.php'; include 'Sabre/TestUtil.php'; -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-24-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Nishanth Aravamudan Ubuntu Server Canonical Ltd