[Pkg-samba-maint] r1367 - trunk/samba/debian/patches

Steve Langasek vorlon at alioth.debian.org
Sun May 6 21:59:41 UTC 2007


Author: vorlon
Date: 2007-05-06 21:59:41 +0000 (Sun, 06 May 2007)
New Revision: 1367

Modified:
   trunk/samba/debian/patches/autoconf.patch
Log:
document the refresh process /within/ the patch :)

Modified: trunk/samba/debian/patches/autoconf.patch
===================================================================
--- trunk/samba/debian/patches/autoconf.patch	2007-05-06 21:15:56 UTC (rev 1366)
+++ trunk/samba/debian/patches/autoconf.patch	2007-05-06 21:59:41 UTC (rev 1367)
@@ -6,8 +6,25 @@
 
 Status wrt upstream: Debian specific
 
-Note: 
+Note: This patch will normally have to be updated by hand after every
+      new upstream release and after updates of any other patches that
+      touch configure.in -- the first because configure scripts don't
+      hold patches well between updates, the second so that our changes
+      are recognized in the version of the script actually used in the
+      build process.
 
+      The process for refreshing this patch is:
+
+ 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 when 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
+
 Index: samba-3.0.25rc3/source/configure
 ===================================================================
 --- samba-3.0.25rc3.orig/source/configure	2007-04-25 04:24:58.000000000 -0700




More information about the Pkg-samba-maint mailing list