Package: php-text-captcha Version: 1.0.2-3 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, autopkgtests for php-text-captcha in both Ubuntu and Debian are failing. In Ubuntu, the attached patch was applied to achieve the following: * Text/CAPTCHA/Driver/Figlet.php uses PEAR() and Text/CAPTCHA/Exception.php requires PEAR/Exception.php (LP: #1592972). 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-text-captcha-1.0.2/debian/control php-text-captcha-1.0.2/debian/control --- php-text-captcha-1.0.2/debian/control 2016-03-19 08:03:58.000000000 -0700 +++ php-text-captcha-1.0.2/debian/control 2016-06-15 13:27:19.000000000 -0700 @@ -18,8 +18,9 @@ Package: php-text-captcha Architecture: all -Depends: ${misc:Depends}, - ${phppear:Debian-Depends} +Depends: php-pear, + ${misc:Depends}, + ${phppear:Debian-Depends}, Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary}