On Wed, 13 Jun 2001, Brett Cundal wrote: > That's correct, except dh_movefiles will look for debian/files whether you > want it to or not... if there's no debian/mainpackage.files it will try > debian/files which will be present after a build and will cause problems on > the next build...
Hmm. OK, but not if you call dh_clean. The install target of my packages's rules files calls dh_clean, hence files will be deleted before make install, and dh_movefiles only makes sense after make install... So, still a wishlist bug in my opinion.