From eac7cc536132e6ccf29594cd00ef846cbf7b6a87 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 16 Jul 2007 13:56:27 +0000 Subject: [PATCH] * rebuild against OCaml 3.10 and ocamlnet 2.2 * add preliminary support for cookies (new "cookies" method added to an - use ocaml.mk CDBS class - add build-dep on camlp4, which is now in a separate package - bump debhelper dep and compatibility level to 5 --- DEVEL/ocaml-http/debian/changelog | 24 ++++++++---------------- DEVEL/ocaml-http/debian/control | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index ac30af0d6..c0b2c0602 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -1,26 +1,18 @@ -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 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 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 Mon, 16 Jul 2007 15:54:32 +0200 ocaml-http (0.1.3-2) unstable; urgency=low diff --git a/DEVEL/ocaml-http/debian/control b/DEVEL/ocaml-http/debian/control index b5c1d6c7b..78524675a 100644 --- a/DEVEL/ocaml-http/debian/control +++ b/DEVEL/ocaml-http/debian/control @@ -2,7 +2,7 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -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 -- 2.39.2