Hello, On Mon, Jul 30, 2007 at 11:04:54AM +0300, Thierry Randrianiriana wrote: > [...] > I missed something ?
Debian unstable/testing php-net-ipv4 is an empty package: $ apt-file list php-net-ipv4 php-net-ipv4: usr/share/doc/php-net-ipv4/changelog.Debian.gz php-net-ipv4: usr/share/doc/php-net-ipv4/copyright The reason is this package has been built on a system with php-net-ipv4 installed before building. In this case, "pear install" in your debian/rules fails with: Ignoring installed package pear/PEARLIBRARYNAME Nothing to install And result is an empty package... Then you need to add "-f" option in your "pear install" in your debian/rules. For example: $(PEAR) install -n -f -R debian/$(package) $(pear_pkg)/package.xml; Regards, -- Gregory Colpart <[EMAIL PROTECTED]> GnuPG:1024D/C1027A0E Evolix - Informatique et Logiciels Libres http://www.evolix.fr/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]