[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, 3.11/master, updated. debian/3.11.0-1-15-g06c0081

Stephane Glondu steph at glondu.net
Sun Feb 15 23:31:01 UTC 2009


The following commit has been merged in the 3.11/master branch:
commit b4a30426f2055bd99418050e96b54f11d3c35bc0
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 15 13:53:55 2009 +0100

    Fix typos in ocaml-base-nox.README.Debian

diff --git a/debian/ocaml-base-nox.README.Debian b/debian/ocaml-base-nox.README.Debian
index 802c9be..fc95082 100644
--- a/debian/ocaml-base-nox.README.Debian
+++ b/debian/ocaml-base-nox.README.Debian
@@ -1,42 +1,42 @@
-ocaml for Debian
+OCaml for Debian
 ----------------
 
-  1) The ocaml package has been split into different binary packages :
+  1) The OCaml package has been split into different binary packages:
 
-  o ocaml : contains the full ocaml suite
-  o ocaml-nox : the full suite except for the graphics(Tk) modules
-  o ocaml-base : contains the rutime stuff (ocamlrun + dlls + Tk)
-  o ocaml-base-nox : contains the rutime stuff (ocamlrun + dlls - Tk)
+  o ocaml: contains the full OCaml suite
+  o ocaml-nox: the full suite except for the Graphics and Tk modules
+  o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk)
+  o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk)
 
-  o ocaml-native-compilers : contains the native built part of the ocaml suite
+  o ocaml-native-compilers: contains the native built part of the OCaml suite
     (ocamlc.opt, ocamlopt.opt, ocamllex.opt, camlp4o.opt and camlp4r.opt)
-  o ocaml-compiler-libs : contains several modules used internally by
-    the ocaml compilers.  They are not needed for normal ocaml
+  o ocaml-compiler-libs: contains several modules used internally by
+    the OCaml compilers.  They are not needed for normal OCaml
     development, but may be helpful in the development of certain
     applications.
-  o ocaml-source : contains the full ocaml source for the (few) package which
+  o ocaml-source: contains the full OCaml source for the (few) packages which
     need them at build time or for personal use (it should _not_ be used to
-    build ocam litself).
+    build OCaml itself).
 
   o ocaml-mode: contains a major mode for editing OCaml files in Emacs.
 
   2) The caml include files are found under /usr/lib/ocaml/<ocaml_version>/caml.
   A symlink is provided from /usr/include/caml for convenience. If
   /usr/include/caml was previously a directory, for whatever reason, a warning
-  will be isued and the file moved to /usr/include/caml.bad. This can be
+  will be issued and the file moved to /usr/include/caml.bad. This can be
   safely erased later on.
 
-  3) User installed stuff should not go under /usr/lib/ocaml/<ocaml_version>,
-  but rather under /usr/local/lib/ocaml/<ocaml_version>. 
-  I will take no responsability for people who break this rule and mess things
+  3) User-installed stuff should not go under /usr/lib/ocaml/<ocaml_version>,
+  but rather under /usr/local/lib/ocaml/<ocaml_version>.
+  We will take no responsability for people who break this rule and mess things
   up.
-  
-  4) Starting from ocaml 3.05, ocaml now puts all dll.so files into a common
+
+  4) Starting from OCaml 3.05, all dll.so files are now put 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 ocaml 3.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
+  Notice that user-installed dll.so files should go into
   /usr/local/lib/ocaml/<ocaml_version>/stublibs which is searched before
   /usr/lib/ocaml/<ocaml_version>/stublibs.
 

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list