From 36a248071f5d4145c458dbdfa42e013496385a84 Mon Sep 17 00:00:00 2001 From: courtel Date: Thu, 17 Feb 2011 18:37:11 +0000 Subject: Update package for Debian Squeeze --- Makefile | 2 +- debian/control | 12 ++++++------ 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 -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 +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: -- cgit v1.1