Package: dh-make-php Version: 0.2.15 Severity: normal Tags: patch Please see attached patch for fix.
Regards Artur -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dh-make-php depends on: ii cdbs 0.4.65 common build system for Debian pac ii php-pear 5.2.12.dfsg.1-2 PEAR - PHP Extension and Applicati ii php5-cli 5.2.12.dfsg.1-2 command-line interpreter for the p dh-make-php recommends no packages. dh-make-php suggests no packages. -- no debconf information -- habitus - ustrukturowana struktura strukturujÄ…ca /definicja socjologiczna/
diff -Naru dh-make-php-0.2.15-buggy/dh-make-pear dh-make-php-0.2.15/dh-make-pear --- dh-make-php-0.2.15-buggy/dh-make-pear 2010-02-09 18:00:38.119805755 +0100 +++ dh-make-php-0.2.15/dh-make-pear 2010-02-09 18:01:06.547806040 +0100 @@ -21,7 +21,7 @@ PHPPKGINFO=${PREFIX}/share/dh-make-php/phppkginfo DEBMAINTAINER= DEPENDS= -DEPARCH=all +DEBARCH=all . ${PREFIX}/share/dh-make-php/dh-make-php.lib @@ -152,7 +152,7 @@ -e "s/##maintainer##/${DEBMAINTAINER}/g" \ -e "s§##summary##§${SUMMARY}§g" \ -e "s/##depends##/${DEPENDS}/g" \ - -e "s/##architecture##/${DEPARCH}/g" \ + -e "s/##architecture##/${DEBARCH}/g" \ ${DEBTEMPDIR}/control > ${SRCPACKAGEDIR}/debian/control ${PHPPKGINFO} ${SRCPACKAGEDIR} description | fmt -w 70|sed -e "s§^[ \t]*$§.§g" -e "s§^§ §g" >> ${SRCPACKAGEDIR}/debian/control sed -e "s/##packagename##/${DEBPACKAGEPREFIX}${PHP_PKG_LOWNAME}/g" \