[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.5.3-1-25-gadd517e

Stefano Zacchiroli zack at upsilon.cc
Thu Nov 12 09:48:31 UTC 2009


The following commit has been merged in the master branch:
commit 81e4c86e5abdce8f934106c00cd4b588303ebe8c
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Nov 12 10:06:36 2009 +0100

    disable dh_ocamldoc (still not working ...)

diff --git a/debian/TODO.Debian b/debian/TODO.Debian
index 41ddb46..ee8b632 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -1 +1,14 @@
-- compare dependencies with pre-dh-ocaml packages
+* generate ocamldoc HTML API ref
+** tried in the past, but several issues remain
+*** a lot of syntax extensions are used
+    here is a draft list of flags to be put in *.ocamldoc files:
+      -syntax camlp4o
+      -package bin_prot.syntax
+      -package fieldslib.syntax
+      -package sexplib.syntax
+      -package type-conv.syntax
+*** different source files are pre-processed in different ways
+    not necessarily all camlp4-based (check for (*pp ...*) directive at the
+    beginning of each source file
+
+* compare dependencies with pre-dh-ocaml packages
diff --git a/debian/changelog b/debian/changelog
index 7e378e7..fa9687c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,6 @@ janest-core (0.6.0-1) UNRELEASED; urgency=low
   * debian/copyright:
     - bump copyright years
     - add MLton license, which applies to extended/union_find.ml
-  * enable generation of ocamldoc documentation (using dh_ocamldoc)
 
  -- Stefano Zacchiroli <zack at debian.org>  Sun, 08 Nov 2009 23:20:44 +0100
 
diff --git a/debian/libcore-extended-ocaml-dev.ocamldoc b/debian/libcore-extended-ocaml-dev.ocamldoc
deleted file mode 100644
index b743dd0..0000000
--- a/debian/libcore-extended-ocaml-dev.ocamldoc
+++ /dev/null
@@ -1,5 +0,0 @@
--syntax camlp4o
--package bin_prot.syntax
--package fieldslib.syntax
--package sexplib.syntax
--package type-conv.syntax
diff --git a/debian/libcore-ocaml-dev.ocamldoc b/debian/libcore-ocaml-dev.ocamldoc
deleted file mode 100644
index b743dd0..0000000
--- a/debian/libcore-ocaml-dev.ocamldoc
+++ /dev/null
@@ -1,5 +0,0 @@
--syntax camlp4o
--package bin_prot.syntax
--package fieldslib.syntax
--package sexplib.syntax
--package type-conv.syntax

-- 
janest-core packaging



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