summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorjestin2004-06-25 18:26:05 +0000
committerjestin2004-06-25 18:26:05 +0000
commit43eaf35871578ea498e20ed4f945cce14f8f3032 (patch)
treed8fc5fa6ee4a81a14a50f5c99cb8a4951ffa5fff /debian/control
parent019a1f10cea0ce4bb23173dea3c45cba0fc4f3f1 (diff)
downloadivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.zip
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.gz
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.bz2
ivy-c-43eaf35871578ea498e20ed4f945cce14f8f3032.tar.xz
problem dh_strip de la lib
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 656fad2..ea52366 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Standards-Version: 3.1.1.1
Package: ivy-c
Architecture: any
-Depends: ${shlibs:Depends}
-Build-Depends: debhelper, libc6-dev, xlib6g-dev, tcl8.2-dev, libgtk1.2-dev
+Depends: ${shlibs:Depends} libpcre3
+Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
Conflicts: ivy-tcl
Description: Ivy software bus. runtime Package
Ivy is mostly a communication convention between processes, implemented
@@ -16,7 +16,7 @@ Description: Ivy software bus. runtime Package
Package: ivy-c-dev
Architecture: any
-Depends: ivy-c (>= 3.2-3), libc6-dev, xlib6g-dev, tcl8.2-dev, libgtk1.2-dev
+Depends: ivy-c (>= 3.2-3), libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev
Description: Ivy software bus. development Package
This package is needed for compiling applications using ivy-c.
Ivy is mostly a communication convention between processes, implemented