Package: dh-make-php Version: 0.2.12 Severity: important File: /usr/bin/dh-make-pecl Tags: patch
When building the fileinfo pecl extension the 'pecl download fileinfo' command issued by dh-make-pecl, logs a warning to stdout which prevents dh-make-pecl from correctly capturing the package name and so the complete process fails. The following change to dh-make-pecl line 124 will weed all warnings out so the command works as expected. Original: if TEMPMSG=$(/usr/bin/pecl download ${PECLPACKAGENAME} 2> /dev/null); then Change to: if TEMPMSG=$(/usr/bin/pecl download ${PECLPACKAGENAME} 2> /dev/null | grep -v ^WARNING); then Thanks. -- System Information: Debian Release: 5.0.8 APT prefers oldstable APT policy: (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dh-make-php depends on: ii cdbs 0.4.52 common build system for Debian pac ii php-pear 5.2.6.dfsg.1-1+lenny10 PEAR - PHP Extension and Applicati ii php5-cli 5.2.6.dfsg.1-1+lenny10 command-line interpreter for the p dh-make-php recommends no packages. dh-make-php suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org