The autofiles patch needs to be refreshed every time there's
a new package, because the contents of the files change.  For
my future sanity, here's the process I'm using:

   svn-do
   quilt delete -n
   quilt new remove-auto-files.patch
   quilt add config.hin~ config.log config.status config.cache
   rm config.hin~ config.log config.status config.cache
   quilt refresh
   quilt pop -a
   exit
   svn commit -m "Rework remove-auto-files.patch"

The list of files in 'quilt add' (and subsequently rm) varies
depending on what got leftover upstream.

KEN
22 Mar 2014
