X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fdebian%2Fcontrol;h=0c021f1fffdccf1af4dbf2a750178b6f09e77364;hb=0c6a5aadb1a7746681a8e26fc0b009f847c10557;hp=1a72fbd75413d5991ffe313cd04eb1944959ca1c;hpb=e8c0d2bb952a5be9da2e01b89239d17e4652d6d4;p=helm.git diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index 1a72fbd75..0c021f1ff 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.06-1, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz -Standards-Version: 3.5.8 +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 Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-3.06-1, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94) +Depends: ocaml-3.07, 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.