Package: php-net-ldap2 Version: 2.2.0-1 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, We found failures in the autopkgtests because the package uses PEAR directly at runtime. In Ubuntu, the attached patch was applied to achieve the following: * Add run-time dependency on php-pear (LP: #1564984). Thanks for considering the patch. -- 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)
diff -Nru php-net-ldap2-2.2.0/debian/control php-net-ldap2-2.2.0/debian/control --- php-net-ldap2-2.2.0/debian/control 2015-11-15 07:25:09.000000000 -0800 +++ php-net-ldap2-2.2.0/debian/control 2016-04-01 09:10:39.000000000 -0700 @@ -12,7 +12,7 @@ Package: php-net-ldap2 Architecture: all -Depends: ${misc:Depends}, ${phppear:Debian-Depends} +Depends: ${misc:Depends}, ${phppear:Debian-Depends}, php-pear Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary}