On Thu, 23 Nov 2006 20:45:32 +0100 (MET) "Andreas K. Foerster" <[EMAIL PROTECTED]> wrote: > > > The program dh_make(?) has put the files config.guess and config.sub > > > into my source-tree. Are they really needed? I dont use autoconf or > > > automake, but I have written my own configure command, which doesn't use > > > them. > > > > dh_make puts lots of stuff in you newly created package (although I'm > > surpised it put anything above the debian directory). Just remove > > whatever you don't need. > > I deleted the files, but dpkg-buildpackage created them again.
Have a look at the rules file then. You could run each of the targets manually until you found which one is responsible. Could be `clean' or `configure' I guess. Then if you can't guess which line is buggy, run them one by one... It's not a bug in itself to have your rules file create useless files as long as your clean target removes them, but it's not... clean. Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

