summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--src/Makefile1
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 20219b6..370f6a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-c (3.2-3) unstable; urgency=low
+
+ * bad version dependency of ivy-c-dev
+ * the ivygtkprobe is added to the package
+
+ -- Christophe Mertz <mertz@tls.cena.fr> Mon, 13 Mar 2000 15:44:52 +0100
+
ivy-c (3.2-2) unstable; urgency=low
* html docs are re-included in /usr/share/doc
diff --git a/debian/control b/debian/control
index e18b61e..64d7874 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Description: Ivy software bus. runtime Package
Package: ivy-c-dev
Architecture: any
-Depends: ivy-c (= 3.2-1), libc6-dev, xlib6g-dev, tcl8.2-dev
+Depends: ivy-c (>= 3.2-3), libc6-dev, xlib6g-dev, tcl8.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
diff --git a/src/Makefile b/src/Makefile
index 3a00d59..ef33026 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -141,6 +141,7 @@ installbins: commands
test -d $(PREFIX)/usr/X11R6/bin || mkdirhier $(PREFIX)/usr/X11R6/bin
install -m755 ivyprobe $(PREFIX)/usr/bin
install -m755 ivyxtprobe $(PREFIX)/usr/X11R6/bin
+ install -m755 ivygtkprobe $(PREFIX)/usr/X11R6/bin
installdocs:
test -d $(PREFIX)/usr/doc/ivy-c || mkdirhier $(PREFIX)/usr/doc/ivy-c