summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f2e1862..7f3e616 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Package: ivy-c
Architecture: any
Depends: ${shlibs:Depends}
Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
+Suggests: tclsh, wish
Conflicts: ivy-tcl
Description: Ivy software bus. runtime Package
Ivy is mostly a communication convention between processes, implemented
@@ -17,6 +18,7 @@ Description: Ivy software bus. runtime Package
Package: ivy-c-dev
Architecture: any
Depends: ivy-c (>= 3.2-3), libc6-dev, xlibs-dev, libgtk1.2-dev
+Suggests: tclsh, wish
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