* New upstream (stable) release
* ship ocaml-compiler-libs objects as STDLIB/ocaml-compiler-libs/{parsing/,
typing/, utils/} rather than as a flat dir tree
+ * debian/patches/*
+ - removed: ocaml-interp_manpage (integrated upstream)
- -- Stefano Zacchiroli <zack@debian.org> Wed, 13 Jun 2007 14:34:32 +0200
+ -- Stefano Zacchiroli <zack@debian.org> Wed, 13 Jun 2007 14:37:10 +0200
ocaml (3.10.0~beta-1) experimental; urgency=low
no_rpath.dpatch
stdlib_man_section.dpatch
install_scripts_config.dpatch
-ocaml-interp_manpage.dpatch
install_ocamlbuild.dpatch
build_wo_debug_info.dpatch
+++ /dev/null
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## ocaml-interp_manpage.dpatch by Ralf Treinen <treinen@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: typo in ocaml manpage. <treinen@debian.org>
-
-@DPATCH@
-diff -urNad ocaml-3.10.0~beta~/man/ocaml.m ocaml-3.10.0~beta/man/ocaml.m
---- ocaml-3.10.0~beta~/man/ocaml.m 2002-02-08 11:16:10.000000000 +0100
-+++ ocaml-3.10.0~beta/man/ocaml.m 2007-04-11 17:51:50.000000000 +0200
-@@ -25,7 +25,7 @@
- command is the toplevel system for Objective Caml,
- that permits interactive use of the Objective Caml system through a
- read-eval-print loop. In this mode, the system repeatedly reads Caml
--phrases from the input, then typechecks, compile and evaluate
-+phrases from the input, then typechecks, compiles and evaluates
- them, then prints the inferred type and result value, if any. The
- system prints a # (sharp) prompt before reading each phrase.
-