From c10dd3c054f032fdd5e19693d6345c5672eea4de Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 25 Jun 2002 11:27:25 +0000 Subject: - prise en compte d'une modif dans e MakeFile pour les lib/include tcl - ajout de dépendances Build-depends --- debian/changelog | 2 +- debian/control | 1 + debian/rules | 2 +- 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: -- cgit v1.1