diff -u php4-yaz-1.0.4/debian/changelog php4-yaz-1.0.4/debian/changelog --- php4-yaz-1.0.4/debian/changelog +++ php4-yaz-1.0.4/debian/changelog @@ -1,3 +1,9 @@ +php4-yaz (1:1.0.4-1ubuntu1) dapper-updates; urgency=low + + * debian/rules: use php-config4 --phpapi to determine the php api version + + -- Michael Bienia Sat, 2 Sep 2006 14:25:08 +0200 + php4-yaz (1:1.0.4-1build1) dapper; urgency=low * Rebuild to fetch new php-api version diff -u php4-yaz-1.0.4/debian/rules php4-yaz-1.0.4/debian/rules --- php4-yaz-1.0.4/debian/rules +++ php4-yaz-1.0.4/debian/rules @@ -10,7 +10,7 @@ PHPIZE = /usr/bin/phpize -PHPAPIVERSION := $(shell egrep '\#define PHP_API_VERSION ' /usr/include/php4/main/php.h | sed -e 's/\#define PHP_API_VERSION //') +PHPAPIVERSION := $(shell php-config4 --phpapi) CFLAGS = -Wall -g