Package: php-zeta-console-tools Version: 1.7-3 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, The phpunit autopkgtest script uses patch, but doesn't list it as a dependency. It is not always present (e.g., Ubuntu builds). In Ubuntu, the attached patch was applied to fix this: * d/t/control: patch is needed to run the phpunit script. 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-zeta-console-tools-1.7/debian/tests/control php-zeta-console-tools-1.7/debian/tests/control --- php-zeta-console-tools-1.7/debian/tests/control 2016-03-23 12:56:00.000000000 -0700 +++ php-zeta-console-tools-1.7/debian/tests/control 2016-06-15 16:38:54.000000000 -0700 @@ -1,3 +1,3 @@ Tests: phpunit Restrictions: rw-build-tree -Depends: @, php-zeta-unit-test, phpunit +Depends: @, php-zeta-unit-test, phpunit, patch

