From 0508e78de8f32cd5486388606bb11eb4905e9e3a Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 3 Jan 2007 19:16:56 +0000 Subject: [PATCH] ready for ocamlnet 2.2 --- DEVEL/ocaml-http/debian/changelog | 8 ++++++-- DEVEL/ocaml-http/debian/compat | 2 +- DEVEL/ocaml-http/debian/control | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index d9fb9779b..5d0033b8b 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -3,10 +3,14 @@ ocaml-http (0.1.3-3) UNRELEASED; urgency=low * debian/rules - use ocaml.mk * debian/control - - bumped build dependency on ocaml-nox to >= 3.09.3, since we now use + - 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 Sun, 17 Sep 2006 16:12:59 +0200 + -- Stefano Zacchiroli Wed, 3 Jan 2007 20:14:08 +0100 ocaml-http (0.1.3-2) unstable; urgency=low diff --git a/DEVEL/ocaml-http/debian/compat b/DEVEL/ocaml-http/debian/compat index b8626c4cf..7ed6ff82d 100644 --- a/DEVEL/ocaml-http/debian/compat +++ b/DEVEL/ocaml-http/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/DEVEL/ocaml-http/debian/control b/DEVEL/ocaml-http/debian/control index 9304f0e07..b5c1d6c7b 100644 --- a/DEVEL/ocaml-http/debian/control +++ b/DEVEL/ocaml-http/debian/control @@ -2,12 +2,12 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.3), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12), cdbs +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) Standards-Version: 3.7.2 Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12) +Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2) Description: OCaml library for writing HTTP servers OCaml HTTP is a library for the Objective Caml programming language, used to build simple HTTP servers, largely inspired to Perl's -- 2.39.2