Hi all, 2012/6/14 Thomas Goirand <z...@debian.org>: [...] > I have added Mathieu Parent as Cc:, so he will be able to tell why he > decided to use > /usr/share/doc/php-<pear-package-name>/<pear-package-name> for storing > docs. I am suspecting this is to avoid file collision.
I have not! ;-) This is php's fault :-P See the code [code]: "doc_dir=/usr/share/doc/".$this->_get_mainpackage(), (aka doc_dir=/usr/share/doc/<packagename>). [code]: http://anonscm.debian.org/gitweb/?p=pkg-php/pkg-php-tools.git;a=blob;f=lib/perl/Debian/Debhelper/Buildsystem/phppear.pm;h=3924dfaea4d21459154fc102aaef7bfb62cf053b;hb=HEAD I agree with you both, the docs should go in /usr/share/doc/<packagename> and not in subdirs. This can be done in pkg-php-tools by issuing a move after the install (between line 114 and line 115, you can add an if...move). (Yes, I'm still busy, but have some time to write mails) Cheers -- Mathieu Parent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org