[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, 312/master, updated. debian/0.9.6-7-g2910cc2

Stephane Glondu steph at glondu.net
Thu Jan 27 09:54:31 UTC 2011


The following commit has been merged in the 312/master branch:
commit 2910cc2dbf344f3e67837b033e72c28c93997f91
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jan 27 10:52:58 2011 +0100

    dom-save-patches: use git-format-patch with -k option

diff --git a/tools/dom-save-patches b/tools/dom-save-patches
index efe2745..2811046 100755
--- a/tools/dom-save-patches
+++ b/tools/dom-save-patches
@@ -41,7 +41,7 @@ else
     echo "Saving patches in $MASTER_BRANCH:debian/patches/"
     mkdir -p debian/patches/
     rm -f debian/patches/*
-    git format-patch -N -o debian/patches "$UPSTREAM_BRANCH"..."$PATCH_BRANCH" | \
+    git format-patch -k -N -o debian/patches "$UPSTREAM_BRANCH"..."$PATCH_BRANCH" | \
         sed -e 's%debian/patches/%%' > debian/patches/series
 
     git branch -D "$PATCH_BRANCH"

-- 
dh-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list