summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ef47acd..adaa2ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivy-cpp (1.0-4) unstable; urgency=low
+
+ * Fix deps for Sarge and SID.
+
+ -- Olivier Fourdan <fourdan@lerak.tls.cena.fr> Thu, 1 Jun 2006 14:01:52 +0200
+
ivy-cpp (1.0-3) unstable; urgency=low
* Build for x86_64/Mandriva
diff --git a/debian/control b/debian/control
index f18ec74..e1a59b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ivy-cpp
Priority: extra
Section: devel
Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
-Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev | libx11-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, libxxf86vm-dev
+Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev | libx11-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, xlibs-static-dev | libxxf86vm-dev
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 | libx11-dev, xlibmesa-gl-dev | mesa-common-dev, libxxf86vm-dev
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev | libx11-dev, xlibmesa-gl-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