Package: obrowser / 1.1+dfsg-4

Metadata

Package Version Patches format
obrowser 1.1+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix installation of dummy stub lib.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix installation of dummy stub lib

Signed-off-by: Stephane Glondu <steph@glondu.net>

0002 Adapt to OCaml 3.11.2.patch | (download)

rt/caml/.depend | 4 2 + 2 - 0 !
rt/caml/buffer.ml | 8 8 + 0 - 0 !
rt/caml/buffer.mli | 9 9 + 0 - 0 !
rt/caml/obj.ml | 3 3 + 0 - 0 !
rt/caml/obj.mli | 5 4 + 1 - 0 !
5 files changed, 26 insertions(+), 3 deletions(-)

 [patch] adapt to ocaml 3.11.2

Signed-off-by: Stephane Glondu <steph@glondu.net>

0003 Install interfaces in text format.patch | (download)

Makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [patch] install interfaces in text format

Signed-off-by: Stephane Glondu <steph@glondu.net>

0004 More cleaning.patch | (download)

examples/wiki/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] more cleaning

Signed-off-by: Stephane Glondu <steph@glondu.net>

0005 Do not compile the scribble server.patch | (download)

examples/scribble/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] do not compile the scribble server

The scribble server is installed as an example, so we avoid to compile
potentially architecture-specific files (and avoid issues with
bytecode architectures).

Signed-off-by: Stephane Glondu <steph@glondu.net>

0006 Set OCAMLLIB at the right time in wiki example.patch | (download)

examples/wiki/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] set ocamllib at the right time in wiki example

OCAMLLIB must not affect ocamlbuild itself. This patch fixes FTBFS on
bytecode architectures.