]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/debian/control
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / DEVEL / ocaml-http / debian / control
index ffa63b927a0a5580c30728bc2b9c86efb0bd1b43..1a72fbd75413d5991ffe313cd04eb1944959ca1c 100644 (file)
@@ -2,12 +2,12 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libpcre-ocaml-dev, libocamlnet-ocaml-dev
-Standards-Version: 3.5.7
+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
 
 Package: libhttp-ocaml-dev
 Architecture: any
-Depends: ocaml-3.06, libpcre-ocaml-dev, libocamlnet-ocaml-dev
+Depends: ocaml-3.06-1, 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.