summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..944be4f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: ivy-cpp
+Priority: extra
+Section: devel
+Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.6.1
+
+Package: ivy-cpp-dev
+Section: libdevel
+Architecture: any
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev
+Description: C++ api for Ivy software bus. development Package
+ This package is needed for compiling applications using ivy in C++.
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms,
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
+
+Package: ivy-cpp
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libpthread0, xlibmesa-gl, libxxf86vm1
+Build-Depends: debhelper, libc6-dev, xlibs-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev, libpcre3-dev
+Description: C++ api for Ivy software bus. runtime Package
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
+
+Package: ivy-cpp-glfw
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, libpthread0, xlibmesa-gl, libxxf86vm1, glfw
+Build-Depends: debhelper, libc6-dev, xlibs-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev, libpcre3-dev
+Description: C++ api for Ivy software bus. runtime Package
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.