On Wed, 13 Jun 2001, Brett Cundal wrote: > I'm using dh_movefiles, which uses a package file called > "<package>.files", or "files" which applies to the main package only. This > appears to conflict with (I think) dpkg-genchanges, which clobbers > debian/files with some information about the built packages. So the next > time the package is built it fails because dh_movefiles can't find the files > specified in the new debian/files...
Usually, there are two circumstances: 1. A multi-package source, in which case you'd use "<package>.files", not "files" (or at least I do) 2. A single-package source, in which case you don't use dh_movefiles (you'd install directly to debian/<packagename> instead of debian/tmp) In neither case do you need "files", so there's no *real* problem. At best, the bugreport should be severity wishlist, in my opinion.

