[xml/sgml] [RFS] libxml2 new release

Mike Hommey mh@glandium.org
Sun, 15 Aug 2004 02:38:46 +0900


On Sat, Aug 14, 2004 at 11:02:31AM -0500, Ardo van Rangelrooij wrote:
> Ardo van Rangelrooij (ardo@debian.org) wrote:
> And I ran into a problem:
> (...)
>     E: Resolve them manually before continueing
> 
>     E: found unresolved issues: 
> 
>      M      config.guess
>      M      config.sub
> 
> What's happening with config.sub and config.guess is correct and with CVS this
> works, since there the build is done with an exported copy of the source code,
> but how is this supposed to work with SVN?

That's interesting... actually, I think it's cleaner the way it is with
svn, because then you _know_ that the config.* files have been changed
by the clean target, e.g. when autotools have been updated in debian.
I think the best to do is to commit these changes and run
svn-buildpackage again.

Cheers

Mike

PS: I don't know for cvs-buildpackage, but for svn-buildpackage, a
debian/rules clean is first run, then the tree is exported for the build
to be done there...