summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ee1f978..b4ee1a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ivy-c (3.3) unstable; urgency=low
+ivy-c (3.4) unstable; urgency=low
* support of multicast, with IP adresses between 224.0.0.0 and 239.255.255.255
(i.e. no support for named group), by frc
diff --git a/debian/control b/debian/control
index 302ff39..656fad2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ 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
Conflicts: ivy-tcl
Description: Ivy software bus. runtime Package
Ivy is mostly a communication convention between processes, implemented
diff --git a/debian/rules b/debian/rules
index 30c9627..b773861 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ package=ivy-c
build:
$(checkdir)
- cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) CFLAGS="-g -fPIC -D_REENTRANT"
+ cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.2/) TCLLIB=$(-ltcl8.2) CFLAGS="-g -fPIC -D_REENTRANT"
touch build
clean: