diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index d1cbb70..7707a38 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: ivy-ocaml Section: net Priority: optional -Maintainer: Pascal Brisset (Hecto) <pascal.brisset@enac.fr> -Build-Depends: debhelper (>= 4.0.0) +Maintainer: Gautier Hattenberger <gautier.hattenberger@enac.fr> +Build-Depends: debhelper (>= 4.0.0), ocaml-nox, ivy-c-dev (>=3.8), libglib2.0-dev, libpcre3-dev, ivy-c(>=3.8) Standards-Version: 3.6.1 Package: ivy-ocaml Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} ocaml-nox (= 3.08.2-1), ivy-c +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-nox-${F:OCamlABI}, ivy-c(>= 3.8) Description: Ocaml binding for the Ivy software bus This package provides the bindings for the Ivy software bus. Standalone linking and with the glib mainloop are provided. |