From: Stefano Zacchiroli Date: Wed, 12 Mar 2003 17:05:55 +0000 (+0000) Subject: - reverted to >= dependencies for ocaml libraries X-Git-Tag: V_0_0_4_2~25 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e8c0d2bb952a5be9da2e01b89239d17e4652d6d4;p=helm.git - reverted to >= dependencies for ocaml libraries - added build dep to graphviz --- diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index afb99182b..1a72fbd75 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -2,13 +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 +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-1, libpcre-ocaml-dev-4.30.0, libocamlnet-ocaml-dev-0.94 -Provides: libhttp-ocaml-dev-0.0.6 +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.