X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fcontrol;h=d93202b370a63f791f325ba10adfa8bd4c2dec4a;hb=41dde50ce3df183d0b557ed004a1161eb1af27bd;hp=4a4e7b4163f9afdcd26943c9bc45f630721afa8c;hpb=4090fd92e6d803e6ee291ea526b2e281463d3072;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/control b/helm/software/DEVEL/ocaml-http/debian/control index 4a4e7b416..d93202b37 100644 --- a/helm/software/DEVEL/ocaml-http/debian/control +++ b/helm/software/DEVEL/ocaml-http/debian/control @@ -2,12 +2,26 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2), graphviz, texlive-latex-base, texlive-base-bin +Build-Depends: + debhelper (>> 5.0.0), + cdbs, + dh-ocaml, + ocaml-nox, + camlp4, + ocaml-findlib, + libpcre-ocaml-dev, + libocamlnet-ocaml-dev (>= 2.2.9-6) Standards-Version: 3.7.2 +Vcs-Svn: svn://mowgli.cs.unibo.it/trunk/helm/software/DEVEL/ocaml-http +Vcs-Browser: http://helm.cs.unibo.it/websvn/listing.php?path=/trunk/helm/software/DEVEL/ocaml-http/ Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2) +Depends: + ocaml-nox-${F:OCamlABI}, + libpcre-ocaml-dev, + libocamlnet-ocaml-dev, + ${misc:Depends} 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