From: Samuel Mimram Date: Sat, 25 Mar 2006 13:44:49 +0000 (+0000) Subject: Updated pr_o.dpatch (it was not applying successfully before). X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~657 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab19249e58dcb22e6f157c138985c8fe501dffde;p=ocaml.git Updated pr_o.dpatch (it was not applying successfully before). --- diff --git a/debian/ocaml-base-nox.README.Debian b/debian/ocaml-base-nox.README.Debian index 5a36ab4e..114913e3 100644 --- a/debian/ocaml-base-nox.README.Debian +++ b/debian/ocaml-base-nox.README.Debian @@ -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 ocaml 3.08, ocaml-ldconf is now deprecated and not available anymore. Notice that user installed dll.so files should go into /usr/local/lib/ocaml//stublibs which is searched before diff --git a/debian/patches/pr_o.dpatch b/debian/patches/pr_o.dpatch index 46c0da60..06fffdea 100644 --- a/debian/patches/pr_o.dpatch +++ b/debian/patches/pr_o.dpatch @@ -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 :] :] :]