* fix "OCaml" spelling errors in package descriptions (thanks lintian!)
authorStefano Zacchiroli <zack@debian.org>
Mon, 3 Mar 2008 10:58:12 +0000 (10:58 +0000)
committerStefano Zacchiroli <zack@debian.org>
Mon, 3 Mar 2008 10:58:12 +0000 (10:58 +0000)
debian/changelog
debian/control

index 54b6cee347fa9f22c843e7bb4e0dc622ca215b90..a3e22239d07340aecbbec09c13e9710242dde8ec 100644 (file)
@@ -1,3 +1,9 @@
+ocaml (3.10.2-2) UNRELEASED; urgency=low
+
+  * fix "OCaml" spelling errors in package descriptions (thanks lintian!)
+
+ -- Stefano Zacchiroli <zack@debian.org>  Mon, 03 Mar 2008 11:52:03 +0100
+
 ocaml (3.10.2-1) experimental; urgency=low
 
   [ Stefano Zacchiroli ]
index ff62ea13443b87009e3d4d38c48e0d39c35e989c..b6e0fec222f2aedc87e348b60e34d5a514e66e07 100644 (file)
@@ -37,7 +37,7 @@ Description: ML language implementation with a class-based object system
  the moderate memory requirements of the bytecode compiler. It is not
  available on all arches though.
  .
- This package contains everything needed to develop ocaml applications
+ This package contains everything needed to develop OCaml applications
  that do not require the graphics library.
 
 Package: camlp4
@@ -103,7 +103,7 @@ Description: ML language implementation with a class-based object system
  the moderate memory requirements of the bytecode compiler. It is not
  available on all arches though.
  .
- This package contains everything needed to develop ocaml applications,
+ This package contains everything needed to develop OCaml applications,
  including the graphics libraries.
 
 Package: ocaml-base-nox
@@ -112,26 +112,26 @@ Provides: ocaml-base-nox-${F:OCamlABI}, libnums-ocaml
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: ocaml-base (<< 3.07.2a-3), libnums-ocaml
 Conflicts: ocaml (<< 3.04-2), ocaml-base (<< 3.07.2a-3), libnums-ocaml
-Description: Runtime system for ocaml bytecode executables
+Description: Runtime system for OCaml bytecode executables
  Objective Caml (OCaml) is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
  and a powerful module system in the style of Standard ML.
  .
  This package contains only the runtime system needed to run bytecode
- executables that do not use the graphics library. The `ocaml' package
+ executables that do not use the graphics library. The 'ocaml' package
  contains the full development suite of Objective Caml.
 
 Package: ocaml-base
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}
 Provides: ocaml-base-${F:OCamlABI}
-Description: Runtime system for ocaml bytecode executables
+Description: Runtime system for OCaml bytecode executables
  Objective Caml (OCaml) is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
  and a powerful module system in the style of Standard ML.
  .
  This package contains only the runtime system needed to run bytecode
- executables. The `ocaml' package contains the full development suite of
+ executables. The 'ocaml' package contains the full development suite of
  Objective Caml.  You may wish to install the 'ocaml-base-nox' package if
  you do not require any graphical capabilities for your runtime.
 
@@ -140,14 +140,14 @@ Architecture: amd64 hurd-i386 i386 kfreebsd-i386 powerpc sparc
 Depends: ocaml-nox (= ${binary:Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends}, ${misc:Depends}
 Provides: ocaml-best-compilers
 Replaces: ocaml-nox (<= 3.09.2-3)
-Description: Native code compilers of the ocaml suite (the .opt ones)
+Description: Native code compilers of the OCaml suite (the .opt ones)
  Objective Caml (OCaml) is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
  and a powerful module system in the style of Standard ML.
  .
  This package contains the native code version of the compilers and lexer
  (ocamlc.opt, ocamllex.opt, ocamlopt.opt, camlp4o.opt and camlp4r.opt).
- The normal version of these programs are found in the ocaml package.
+ The normal version of these programs are found in the 'ocaml' package.
  For big source codes, these packages can be two to three times faster, but
  for most normal sized sources, the difference won't be noticeable.
 
@@ -160,7 +160,7 @@ Description: Sources for Objective Caml
  and a powerful module system in the style of Standard ML.
  .
  This package contains the sources needed to build some packages which build
- depend on the ocaml source. Notice that if you want to rebuild ocaml, these
+ depend on the OCaml source. Notice that if you want to rebuild OCaml, these
  will not work, consider using the source package instead.
 
 Package: ocaml-interp
@@ -175,7 +175,7 @@ Description: OCaml interactive interpreter and standard libraries
  the Caml Light dialect extended with a complete class-based object system
  and a powerful module system in the style of Standard ML.
  .
- This package contains the files required to run an ocaml shell from the
+ This package contains the files required to run an OCaml shell from the
  command line.
 
 Package: ocaml-compiler-libs
@@ -187,8 +187,8 @@ Description: OCaml interpreter and standard libraries
  the Caml Light dialect extended with a complete class-based object system
  and a powerful module system in the style of Standard ML.
  .
- This package contains several modules used internally by the ocaml
- compilers.  They are not needed for normal ocaml development, but may
+ This package 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.
 
 Package: ocaml-mode