Hi, On Freitag, 16. Januar 2009, Florian Weimer wrote: > "-/package.xml" looks rather like an unset make variable in > debian/rules to me.
You're right, thanks for the hint. I then built the package in lenny and saw the problem. debian/rules includes /usr/share/cdbs/1/class/pear.mk which contains the following code: PEAR_PKG := $(shell /usr/share/dh-make-php/phppkginfo . package) PEAR_PKG_VERSION := $(shell /usr/share/dh-make-php/phppkginfo . version) On etch (using a straightforward dh-make-php backport from lenny) those commands return nothing, while they do in lenny. So I hacked debian/rules to rather include a modified version of pear.mk which sets PEAR_PKG=Mail_mimeDecode PEAR_PKG_VERSION=1.5.0 This builds (about to test if it really works) but is IMHO to ugly to upload to bpo. Anybody an idea what the real cause for the problem is? php-pear in etch to old (and therefor has a bug which the lenny version doenst have)? regards, Holger
signature.asc
Description: This is a digitally signed message part.