diff options
author | hattenberger | 2013-02-21 13:24:47 +0000 |
---|---|---|
committer | hattenberger | 2013-02-21 13:24:47 +0000 |
commit | fb61b15c88316d880085a7d28d33ed261e33d0f2 (patch) | |
tree | 2933cb265025475562649f3b116a49c1ca1420d0 /debian/control | |
parent | 55410db0ce5a6e5669df36156fa67ab8af36f1e4 (diff) | |
download | ivy-ocaml-fb61b15c88316d880085a7d28d33ed261e33d0f2.zip ivy-ocaml-fb61b15c88316d880085a7d28d33ed261e33d0f2.tar.gz ivy-ocaml-fb61b15c88316d880085a7d28d33ed261e33d0f2.tar.bz2 ivy-ocaml-fb61b15c88316d880085a7d28d33ed261e33d0f2.tar.xz |
update debian rules to dh tools
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 7707a38..4bba10f 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,17 @@ Source: ivy-ocaml Section: net Priority: optional 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 +Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9.0), ocaml-nox, libglib2.0-dev, libpcre3-dev, ivy-c-dev (>=3.11) +Standards-Version: 3.9.2 +Homepage: http://www2.tls.cena.fr/products/ivy/ +Vcs-Svn: http://svn.tls.cena.fr/svn/ivy/ivy-ocaml/trunk +Vcs-Browser: http://svn.tls.cena.fr/wsvn/ivy/ivy-ocaml/trunk/#_ivy-ocaml_trunk_ Package: ivy-ocaml Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-nox-${F:OCamlABI}, ivy-c(>= 3.8) +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, ivy-c(>= 3.11) +Suggests: ocaml-findlib +Provides: ${ocaml:Provides} 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. |