Hi All, I recognised a very similar problem with one of my package.
I started to rewrite the building procedure to use the dh script. And when I tried to build my package the first time it failed. The files are there, only dh_install doesn`t install them. I played with it a bit and realized that if I add an extra parameter to dh, for example like this: dh $@ --with autoreconf --fail-missing then dh will call all the helper scripts with -O--fail-missing. And dh_install does not like this. if I override the dh_install target and call the dh_install from it in it's normal way, then it works like a charm. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org