[Pkg-samba-maint] Adapting autoconf.patch to 3.0.25rc1

Steve Langasek vorlon at debian.org
Sun May 6 21:40:29 UTC 2007


On Tue, Apr 10, 2007 at 06:39:27PM +0200, Christian Perrier wrote:
> May another team member try to have a look at autoconf.patch and adapt
> it to 3.0.25rc1? I'm puzzled by that patch and I bet that some of you
> guys are more comfortable with it.

So here's the update process:

 export QUILT_PATCHES=debian/patches
 quilt push autoconf.patch (to get everything applied up to this point)
 quilt push -f autoconf.patch (to override the errors from applying)
 (cd source && autoconf -I lib/replace)
   (the -I lib/replace is needed because upstream seems to have done
    something screwy with where their m4 include files are distributed in the
    source tree; so this option may not be necessary in the future)
 quilt refresh
 find . -name '*.rej' | xargs rm
 svn commit

I've run this sequence for 3.0.25rc3, fixing up undefined-symbols.patch
along the way for a change between rc1 and rc3, so all the patches now apply
cleanly to rc3.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon at debian.org                                   http://www.debian.org/



More information about the Pkg-samba-maint mailing list