The following commit has been merged in the master branch:
commit 9353c283c87aa0d9c892bb7eb346d247bebc70f0
Author: Mehdi Dogguy <[email protected]>
Date:   Tue Jun 30 22:16:15 2009 +0200

    Register documentation with docbase

diff --git a/debian/changelog b/debian/changelog
index c71f5a7..c38a76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ocaml-bjack (0.1.2-2) unstable; urgency=low
 
   * Fix ocaml's standard library path, fixes FTBFS.
   * Install bjack.mli
+  * Register documentation with docbase
 
  -- Mehdi Dogguy <[email protected]>  Mon, 29 Jun 2009 23:53:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 3496783..0879dc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,7 @@ DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_INSTALL_ARGS :=  --list-missing
 
 build/libbjack-ocaml-dev::
+       /usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate 
libbjack-ocaml-dev
+       sed -i 's/api\///' debian/libbjack-ocaml-dev.doc-base.ocamldoc-apiref
        mkdir -p $(DESTDIR)
        make doc

-- 
ocaml-bjack packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to