-ocaml-http (0.1.4-1) UNRELEASED; urgency=low
+ocaml-http (0.1.4-1) experimental; urgency=low
+ * rebuild against OCaml 3.10 and ocamlnet 2.2
* send internally generated headers as lowercase strings, for consistency
with headers generated via setXXX methods
- * added preliminary support for cookies (new "cookies" method added to an
+ * add preliminary support for cookies (new "cookies" method added to an
http_request, cookies are parsed upon request creation if a "Cookie:"
header has been received)
-
- -- Stefano Zacchiroli <zack@debian.org> Mon, 29 Jan 2007 11:43:40 +0100
-
-ocaml-http (0.1.3-3) UNRELEASED; urgency=low
-
* debian/rules
- - use ocaml.mk
+ - use ocaml.mk CDBS class
* debian/control
- - bumped build-dep on ocaml-nox to >= 3.09.2-7, since we now use
- ocaml.mk
- - bumped build-dep on debhelper to >> 5
- - rebuilt against ocamlnet 2.2, bumped deps accordingly
- * debian/compat
- - bumped compatibility level to 5
-
- -- Stefano Zacchiroli <zack@debian.org> Wed, 3 Jan 2007 20:14:08 +0100
+ - add build-dep on camlp4, which is now in a separate package
+ - bump debhelper dep and compatibility level to 5
+
+ -- Stefano Zacchiroli <zack@debian.org> Mon, 16 Jul 2007 15:54:32 +0200
ocaml-http (0.1.3-2) unstable; urgency=low
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2)
+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