-ocaml-http (0.1.4-2) UNRELEASED; urgency=low
+ocaml-http (0.1.4-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * change how the ocamldoc API reference is generated: no longer use upstream
+    Makefile, but rather rely on CDBS
+  * debian/control
+    - remove build-dep on texlive stuff and graphviz since now we only ship
+      HTML version of the API reference
+  * debian/docs, debian/doc-base
+    - file removed, the latter will be now automatically generated, the former
+      would only contain README and CDBS is smart enough to guess it
 
- -- Stefano Zacchiroli <zack@debian.org>  Mon, 16 Jul 2007 14:29:34 +0000
+ -- Stefano Zacchiroli <zack@debian.org>  Sun, 09 Sep 2007 12:34:07 +0200
 
 ocaml-http (0.1.4-1) experimental; urgency=low
 
 
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2), graphviz, texlive-latex-recommended, texlive-latex-extra, texlive-base-bin
+Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2)
 Standards-Version: 3.7.2
 
 Package: libhttp-ocaml-dev
 
+++ /dev/null
-Document: ocaml-http
-Title: OCaml HTTP API reference manual
-Author: Stefano Zacchiroli
-Abstract: API reference manual for OCaml HTTP, an Objective Caml library for writing HTTP servers
-Section: Apps/Programming
-
-Format: HTML
-Index: /usr/share/doc/libhttp-ocaml-dev/html/index.html
-Files: /usr/share/doc/libhttp-ocaml-dev/html/*
-
-Format: PostScript
-Files: /usr/share/doc/libhttp-ocaml-dev/latex/ocaml-http.ps.gz
 
+++ /dev/null
-README
-doc/*
 
 include /usr/share/cdbs/1/class/ocaml.mk
 
 PKGNAME = libhttp-ocaml-dev
-
+OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
 DEB_MAKE_BUILD_TARGET = all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET += opt
 endif
-build/$(PKGNAME)::
-       $(MAKE) doc
-
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)