> On Mon, Jan 16, 2006 at 05:25:55PM +0530, Kapil Hari Paranjape wrote: > >> I have not been able to see why the config.* files in the top level >> directories have changed. Presumably autotools are responsible. All >> my changes to the source were restricted to the "debian/" directory.
Justin Pryzby wrote: > This is common practice; read the ./debian/rules clean target. It > copies config.{sub,guess} from autotools directory, specifically so > the .diff incorporates new autotools stuff into the package (since > 'clean' is run before creating the source package). One interesting alternative method, if your package already Build-Depends upon autotools-dev anyway, is to copy in config.{sub,guess} in the configure target of debian/rules (before running ./configure), and REMOVE them in the clean target. This has the advantage that the changes to config.{sub,guess} don't go into the diff -- dpkg-buildpackage ignores the deletion of those files when it creates the diff.gz. regards, -- Kevin B. McCarty <[EMAIL PROTECTED]> Physics Department WWW: http://www.princeton.edu/~kmccarty/ Princeton University GPG: public key ID 4F83C751 Princeton, NJ 08544 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]