On 2009-10-21 21:52:11 +0200, Christian BAYLE wrote: > Hi, I think i found why > when used in a builder the > > /usr/share/dh-make-php/phppkginfo . package > and > /usr/share/dh-make-php/phppkginfo . version > > commands don't return anything [...] > I couldn't figure out yet why this happens
I looked at it and might have found the reason for this. After commenting in the print_r() in line 47 of /usr/share/dh-make-php/phppkginfo I can see the error which happens during parsing of the package.xml file: 'Parsing of package.xml from file "/tmp/buildd/php-htmlpurifier-4.0.0/package.xml" failed' and later 'Unknown channel "htmlpurifier.org"'. After adding the channel like described on http://htmlpurifier.org/download#PEAR (pear channel-discover htmlpurifier.org) phppkginfo works again. As I'm not familiar with PHP packaging, I don't know how to properly fix this but hope this helps you. Michael -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org