Updated pr_o.dpatch (it was not applying successfully before).
authorSamuel Mimram <smimram@debian.org>
Sat, 25 Mar 2006 13:44:49 +0000 (13:44 +0000)
committerSamuel Mimram <smimram@debian.org>
Sat, 25 Mar 2006 13:44:49 +0000 (13:44 +0000)
debian/ocaml-base-nox.README.Debian
debian/patches/pr_o.dpatch

index 5a36ab4e1186821f030ffe6686b98e737ae4a22a..114913e323afbf3589829cae52e0c25699f7bb04 100644 (file)
@@ -44,7 +44,7 @@ ocaml for Debian
   4) Starting from ocaml 3.05, ocaml now puts all dll.so files into a common
   stublibs directory, so the ocaml-ldconf tool for handling the ld.conf
   file is not needed anymore, but we will still keep it aroung until all
-  libraries are ported. As of ocam l3.08, ocaml-ldconf is now deprecated
+  libraries are ported. As of ocam3.08, ocaml-ldconf is now deprecated
   and not available anymore.
   Notice that user installed dll.so files should go into
   /usr/local/lib/ocaml/<ocaml_version>/stublibs which is searched before
index 46c0da602def5b6ad0f5d85ed6ecc3461c5a2e94..06fffdea5b8f5d8650778309dfbdd29ad74cf4fa 100644 (file)
@@ -5,21 +5,16 @@
 ## DP: Upstream fix for camlp4 (PR#3948, debian bug 355651)
 
 @DPATCH@
-
-Index: camlp4/etc/pr_o.ml
-===================================================================
-RCS file: /net/yquem/devel/caml/repository/csl/camlp4/etc/pr_o.ml,v
-retrieving revision 1.49.2.1
-diff -u -r1.49.2.1 pr_o.ml
---- camlp4/etc/pr_o.ml 3 Jan 2006 18:12:30 -0000       1.49.2.1
-+++ camlp4/etc/pr_o.ml 5 Jan 2006 10:39:28 -0000
+diff -urNad ocaml-3.09.1~/camlp4/etc/pr_o.ml ocaml-3.09.1/camlp4/etc/pr_o.ml
+--- ocaml-3.09.1~/camlp4/etc/pr_o.ml    2006-01-03 18:12:30.000000000 +0000
++++ ocaml-3.09.1/camlp4/etc/pr_o.ml     2006-03-25 13:42:35.000000000 +0000
 @@ -1408,7 +1408,8 @@
          <:expr< while $_$ do { $list:_$ } >> | <:expr< ($list: _$) >> |
          <:expr< let $opt:_$ $list:_$ in $_$ >> |
          <:expr< let module $_$ = $_$ in $_$ >> |
 -        <:expr< new $list:_$ >> | 
-+      (* Note: `new' is treated differently in pa_o and in pa_r,
-+         and should not occur at this level *)
++       (* Note: `new' is treated differently in pa_o and in pa_r,
++          and should not occur at this level *)
          <:expr< assert $_$ >> | <:expr< lazy $_$ >> as e ->
            fun curr next dg k ->
              [: `S LO "("; `expr e "" [: `HVbox [: `S RO ")"; k :] :] :]