summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcourtel2011-02-17 18:37:11 +0000
committercourtel2011-02-17 18:37:11 +0000
commit36a248071f5d4145c458dbdfa42e013496385a84 (patch)
tree4537de7686d6d6100a8fcf3e86375127ab7baa7d
parentff3fbe39fbff2cecb575bfa5ab02426de8812dd3 (diff)
downloadivy-cplusplus-36a248071f5d4145c458dbdfa42e013496385a84.zip
ivy-cplusplus-36a248071f5d4145c458dbdfa42e013496385a84.tar.gz
ivy-cplusplus-36a248071f5d4145c458dbdfa42e013496385a84.tar.bz2
ivy-cplusplus-36a248071f5d4145c458dbdfa42e013496385a84.tar.xz
Update package for Debian Squeeze
-rw-r--r--Makefile2
-rw-r--r--debian/control12
2 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cb2b3c0..b5bb37d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ else
LIB:= lib$(PERHAPS64)
XTLIB= -L/usr/$(LIB) -L/usr/X11R6/$(LIB)
XTOPT= -DUSE_XT
- QTINC= -I/usr/include/qt4 -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui
+ QTINC= -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/lib/qt4/include -I/usr/lib/qt4/include/QtCore -I/usr/lib/qt4/include/QtGui
QTOPT= -D_REENTRANT -DQT_SHARED
QTLIB= -lQtGui -lQtCore -lpthread
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: