[Pkg-ocaml-maint-commits] r1910 -
trunk/packages/ledit/trunk/debian/patches
Sylvain LE GALL
gildor-guest at costa.debian.org
Thu Nov 3 09:58:59 UTC 2005
Author: gildor-guest
Date: 2005-11-03 09:58:59 +0000 (Thu, 03 Nov 2005)
New Revision: 1910
Added:
trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch
Modified:
trunk/packages/ledit/trunk/debian/patches/00list
Log:
Correction concerning antiquotation -- SLG
Modified: trunk/packages/ledit/trunk/debian/patches/00list
===================================================================
--- trunk/packages/ledit/trunk/debian/patches/00list 2005-11-03 09:45:25 UTC (rev 1909)
+++ trunk/packages/ledit/trunk/debian/patches/00list 2005-11-03 09:58:59 UTC (rev 1910)
@@ -1,2 +1,3 @@
ledit
camlp4-loc.dpatch
+antiquotation
Added: trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch
===================================================================
--- trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch 2005-11-03 09:45:25 UTC (rev 1909)
+++ trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch 2005-11-03 09:58:59 UTC (rev 1910)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## antiquotation.dpatch by Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ledit-1.11~/pa_local.ml ledit-1.11/pa_local.ml
+--- ledit-1.11~/pa_local.ml 2005-11-03 10:56:37.906729224 +0100
++++ ledit-1.11/pa_local.ml 2005-11-03 10:56:38.131695024 +0100
+@@ -30,8 +30,8 @@
+ let el = List.map expr_of_patt pl in
+ <:str_item<
+ value ($list:pl$) =
+- let $rec:rf$ $list:lb$ in
+- let $rec:rf1$ $list:lb1$ in
++ let $opt:rf$ $list:lb$ in
++ let $opt:rf1$ $list:lb1$ in
+ ($list:el$) >> ] ]
+ ;
+ END;
Property changes on: trunk/packages/ledit/trunk/debian/patches/antiquotation.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-ocaml-maint-commits
mailing list