aboutsummaryrefslogtreecommitdiff
path: root/trunk/debian/control
diff options
context:
space:
mode:
authorhattenberger2013-03-27 13:17:19 +0000
committerhattenberger2013-03-27 13:17:19 +0000
commita17272283c803e13258e5dc6b19533c672ceee18 (patch)
tree0fa7737e21fe1147c860a84b18676cd99a80fdb1 /trunk/debian/control
parent003d66dc1fabc063372e4f03265935d0ccaefd78 (diff)
downloadivy-ocaml-a17272283c803e13258e5dc6b19533c672ceee18.zip
ivy-ocaml-a17272283c803e13258e5dc6b19533c672ceee18.tar.gz
ivy-ocaml-a17272283c803e13258e5dc6b19533c672ceee18.tar.bz2
ivy-ocaml-a17272283c803e13258e5dc6b19533c672ceee18.tar.xz
some fixes in ivy-ocaml tag 1.2
Diffstat (limited to 'trunk/debian/control')
-rw-r--r--trunk/debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/debian/control b/trunk/debian/control
new file mode 100644
index 0000000..4bba10f
--- /dev/null
+++ b/trunk/debian/control
@@ -0,0 +1,18 @@
+Source: ivy-ocaml
+Section: net
+Priority: optional
+Maintainer: Gautier Hattenberger <gautier.hattenberger@enac.fr>
+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: ${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.