summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorfourdan2006-06-02 08:27:45 +0000
committerfourdan2006-06-02 08:27:45 +0000
commit37cb3d7b35295fec05f0a0e6b3635ed43fd54ee6 (patch)
treea6377e010b8e9430f3f1714fbbaa1575e51c195c /debian/control
parent7fc603829a52e74e15d699af96c1183606f4a10b (diff)
downloadivy-cplusplus-37cb3d7b35295fec05f0a0e6b3635ed43fd54ee6.zip
ivy-cplusplus-37cb3d7b35295fec05f0a0e6b3635ed43fd54ee6.tar.gz
ivy-cplusplus-37cb3d7b35295fec05f0a0e6b3635ed43fd54ee6.tar.bz2
ivy-cplusplus-37cb3d7b35295fec05f0a0e6b3635ed43fd54ee6.tar.xz
Don't use explicit deps as libxxf86vm1 is not present in Sarge but in SID. Problem, one needs to take care of what is installed on the build host...
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e1a59b8..80db993 100644
--- a/debian/control
+++ b/debian/control
@@ -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, libxxf86vm1
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3
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, libxxf86vm1, glfw
+Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, glfw
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: