From: Stefano Zacchiroli Date: Fri, 27 Aug 2004 08:27:34 +0000 (+0000) Subject: ported to ocaml 3.08 X-Git-Tag: moogle_mathql~16 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=fbd8a3f2e73a821b68172220fad48fd803abbf6c;p=helm.git ported to ocaml 3.08 --- diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index bcd147b09..626ce1dc6 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,12 @@ +ocaml-http (0.0.10) unstable; urgency=low + + * rebuilt for ocaml 3.08 + * debian/control + - bumped standards version to 3.6.1.1 + - changed deps to ocaml 3.08 and -nox + + -- Stefano Zacchiroli Thu, 5 Aug 2004 15:06:49 +0200 + ocaml-http (0.0.9) unstable; urgency=low * Added support for HTTP Basic authentication diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index 0c021f1ff..54351a2ab 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/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-3.07, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz -Standards-Version: 3.6.1.0 +Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz +Standards-Version: 3.6.1.1 Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-3.07, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94) +Depends: ocaml-nox-3.08, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94) Description: OCaml module to build simple HTTP servers OCaml module to build simple HTTP server, largely inspired to Perl's HTTP::Daemon module. diff --git a/helm/DEVEL/ocaml-http/debian/dirs b/helm/DEVEL/ocaml-http/debian/dirs index f2e6e9096..4c23e42fd 100644 --- a/helm/DEVEL/ocaml-http/debian/dirs +++ b/helm/DEVEL/ocaml-http/debian/dirs @@ -1 +1 @@ -/usr/lib/ocaml/3.07 +/usr/lib/ocaml/3.08