On Fri, Oct 03, 2003 at 10:27:39AM +0200, Stefano Zacchiroli wrote: > On Fri, Oct 03, 2003 at 10:17:23AM +0200, Martin Pitt wrote: > > But SNAFU: What do I have to see? > > > > ------------ snip -------------- > > [EMAIL PROTECTED]:~$ ocaml camlp4o.cma > > Objective Caml version 3.07 > > > > Camlp4 Parsing version 3.07 > > > > # type t = f:int -> int -> int;; > > type t = (f:int -> int) -> int > > # > > ------------ snip -------------- > > I've a working version on my laptop, which is the one on > http://bononia.it/zack/ocaml/: > > Camlp4 Parsing version 3.07 > > # type t = f:int -> int -> int;; > type t = f:int -> int -> int > # > > but this is an unofficial version I made before knowing that Sven was > also working on this. Evidently the uploaded version is still bugged. > > [ Sven, the bug is trivial: you just forget to mention > camlp4_optional.dpatch in debian/patches/00list. ] > > If you would like to rebuild by yourself a bug free ocaml 3.07, just add > the following line to debian/patches/00list and rebuild: > > camlp4_optional.dpatch
Arggllg ... ok, i will upload a -4 package now then, which fix this (after having tested it) as well as the Provides fix. Friendly, Sven Luther

