Hi Bruno, I have prepared an NMU for this bug. Please find the diff attached.
Thanks, -- Steve Langasek postmodern programmer
diff -u php4-imagick-0.9.11/debian/control php4-imagick-0.9.11/debian/control
--- php4-imagick-0.9.11/debian/control
+++ php4-imagick-0.9.11/debian/control
@@ -2,7 +2,7 @@
Section: web
Priority: optional
Maintainer: Bruno Rodrigues <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), dpatch, bison, flex, php4-dev (>=
4:4.3.10-3), libmagick6-dev
+Build-Depends: debhelper (>= 4.1.16), dpatch, bison, flex, php4-dev (>=
4:4.3.10-10), libmagick6-dev
Standards-Version: 3.6.1
Package: php4-imagick
diff -u php4-imagick-0.9.11/debian/rules php4-imagick-0.9.11/debian/rules
--- php4-imagick-0.9.11/debian/rules
+++ php4-imagick-0.9.11/debian/rules
@@ -31,7 +31,7 @@
#php4devver=$(shell dpkg -s php4-dev | grep ^Version | cut -d\ -f2 | cut -d-
-f1)
#php4ver=$(shell head -1 debian/changelog | cut -d\ -f 2 | sed 's/[()]//g')
zendapiver=$(shell egrep '\#define ZEND_MODULE_API_NO '
/usr/include/php4/Zend/zend_modules.h|sed 's/\#define ZEND_MODULE_API_NO //')
-phpapiver=$(shell grep '\#define PHP_API_VERSION '
/usr/include/php4/main/php.h |sed 's/\#define PHP_API_VERSION //')-zts
+phpapiver=$(shell grep '\#define PHP_API_VERSION '
/usr/include/php4/main/php.h |sed 's/\#define PHP_API_VERSION //')
build: build-stamp
build-stamp: patch-stamp configure-stamp
diff -u php4-imagick-0.9.11/debian/php4-imagick.postinst
php4-imagick-0.9.11/debian/php4-imagick.postinst
--- php4-imagick-0.9.11/debian/php4-imagick.postinst
+++ php4-imagick-0.9.11/debian/php4-imagick.postinst
@@ -11,7 +11,7 @@
exit 0
fi
-for SAPI in apache apache2 cgi cli caudium
+for SAPI in apache apache2 cgi cli
do
if [ -f /etc/php4/$SAPI/php.ini ]; then
db_get php4/extension_imagick_$SAPI
diff -u php4-imagick-0.9.11/debian/changelog
php4-imagick-0.9.11/debian/changelog
--- php4-imagick-0.9.11/debian/changelog
+++ php4-imagick-0.9.11/debian/changelog
@@ -1,3 +1,13 @@
+php4-imagick (0.9.11-0.2) unstable; urgency=medium
+
+ * NMU
+ * Bump the php4-dev build-dependency again, and switch back to
+ non-threaded phpapi since ZTS isn't happening for sarge
+ (closes: #301328).
+ * Drop support for caudium SAPI again, now that it's also been dropped
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Tue, 29 Mar 2005 17:07:17 -0800
+
php4-imagick (0.9.11-0.1) unstable; urgency=medium
* NMU
diff -u php4-imagick-0.9.11/debian/php4-imagick.config
php4-imagick-0.9.11/debian/php4-imagick.config
--- php4-imagick-0.9.11/debian/php4-imagick.config
+++ php4-imagick-0.9.11/debian/php4-imagick.config
@@ -5,7 +5,7 @@
db_title "PHP"
-for SAPI in apache apache2 cgi cli caudium
+for SAPI in apache apache2 cgi cli
do
# Skip this loop if the config file isn't there (yet).
if [ -f "/etc/php4/$SAPI/php.ini" ]; then
signature.asc
Description: Digital signature

