summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 32739ca..8c93b99 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
Source: ivy-cpp
Priority: extra
Section: devel
-Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
-Build-Depends: debhelper (>> 4.0.0), libc6-dev, libc6-dev, xlibs-dev | libx11-dev | xorg-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, xlibs-static-dev | libxxf86vm-dev, glfw | libglfw-dev
-Standards-Version: 3.6.1
+Maintainer: Nicolas Courtel <courtel@cena.fr>
+Build-Depends: debhelper (>= 7.0.50~), libc6-dev, libx11-dev, ivy-c-dev (>= 3.11.8), mesa-common-dev, libpcre3-dev, libxxf86vm-dev, libglfw-dev, libqt4-dev
+Standards-Version: 3.8.4
Package: ivy-cpp-dev
Section: libdevel
Architecture: any
-Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev | libx11-dev, xlibmesa-gl-dev | mesa-common-dev
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, libx11-dev, mesa-common-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
@@ -18,7 +18,7 @@ Description: C++ api for Ivy software bus. development Package
Package: ivy-cpp
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3
+Depends: ${shlibs:Depends}, ivy-c (>= 3.11.8), libpcre3, libqtgui4, libqtcore4
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:
@@ -27,7 +27,7 @@ Description: C++ api for Ivy software bus. runtime Package
Package: ivy-cpp-glfw
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, glfw
+Depends: ${shlibs:Depends}, ivy-c (>= 3.11.8), libpcre3, libqtgui4, libqtcore4, libgl1-nvidia-glx | libgl1-mesa-dev, nvidia-glx | libgl1-mesa-glx
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: