likely to generate empty API references ...)
- add support for automatic generation of doc-base entries for ocamldoc
generated API reference
- * debian ocaml-nox.README.Debian
- - add Debian specific README for ocaml-nox, describing the requirement for
- compiling ocamldoc-generated LaTeX documentation (closes: #420782)
+ * debian/ocaml-base-nox.README.Debian
+ - add an entry describing the requirement for compiling ocamldoc-generated
+ LaTeX documentation (closes: #420782)
-- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 18:22:41 +0200
ocaml for Debian
----------------
- WARNING !!!
-
- If you installed this package, and all of a sudden your bytecode program
- stopped working, then you need to upgrade your ocaml library packages (the
- libfoo-ocaml ones) to packages rebuilt using ocaml (>= 3.06-13). Normally
- you should not have been able to upgrade ocaml to 3.06-13 or later if such
- libraries are still installed on your system, but Bug#170825 in dpkg allowed
- you to upgrade ocaml without checking that the virtual dependencies are
- still provided.
-
1) The ocaml package has been split into different binary packages :
o ocaml : contains the full ocaml suite
/usr/lib/ocaml/<ocaml_version>/stublibs.
-- Jerome Marant <jerome@debian.org>, Sat Aug 20 11:51:32 2005
+
+ocamldoc's LaTeX output
+-----------------------
+
+ocamldoc can generated documentation in LaTeX format which can be later on
+compiled using a LaTeX environment. The LaTeX sources generated by ocamldoc
+exploits the fullpage.sty style, which is not included in a default texlive
+installation (the Debian LaTeX environment of choice).
+
+In order to be able to compile ocamldoc generated LaTeX sources you will need
+to install the "texlive-latex-extra" package.
+
+ -- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 18:22:14 +0200
+++ /dev/null
-ocamldoc's LaTeX output
-====
-
-ocamldoc can generated documentation in LaTeX format which can be later on
-compiled using a LaTeX environment. The LaTeX sources generated by ocamldoc
-exploits the fullpage.sty style, which is not included in a default texlive
-installation (the Debian LaTeX environment of choice).
-
-In order to be able to compile ocamldoc generated LaTeX sources you will need
-to install the "texlive-latex-extra" package.
-
- -- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 18:22:14 +0200