X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fcontrol;h=a9b442dc73bc043354dfb98b1213b6426eff6d7a;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=b5c1d6c7b3888168443473fd9b7a71b8b56f2679;hpb=a53b2da72936c3b05e9ba24cfd2f30309eeb361a;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/control b/helm/software/DEVEL/ocaml-http/debian/control index b5c1d6c7b..a9b442dc7 100644 --- a/helm/software/DEVEL/ocaml-http/debian/control +++ b/helm/software/DEVEL/ocaml-http/debian/control @@ -1,13 +1,28 @@ Source: ocaml-http -Section: devel +Section: ocaml Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2) +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/ +Homepage: http://upsilon.cc/~zack/hacking/software/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