From 4396cd938bc12147390ceb3f01a7ebfbf5334b88 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 23 Jul 2004 15:13:02 +0000 Subject: bon, c'est un pataquès incroyable, ivy-c et ivy-c-dev sont construit différemment. Si il y a un empaqueteur debian motivé, qu'il se présente ... --- debian/control | 2 ++ debian/rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') 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 diff --git a/debian/rules b/debian/rules index a2f683c..e78e6a8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ package=ivy-c build: $(checkdir) - cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.2/) TCLLIB=$(-ltcl8.2) CFLAGS="-g -fPIC -D_REENTRANT" + cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.3/) TCLLIB=$(-ltcl8.3) CFLAGS="-g -fPIC -D_REENTRANT" touch build clean: @@ -34,6 +34,7 @@ binary-arch: checkroot build cd src && make installlibs PREFIX=`pwd`/../debian/tmp MAJOR=$(MAJOR) MINOR=$(MINOR) cd src && make installbins PREFIX=`pwd`/../debian/tmp + cd src && make installdocs PREFIX=`pwd`/../debian/tmp -rm debian/tmp/usr/include/list.h # it's yet in utils-c-dev -cp src/version.h debian/copyright -- cgit v1.1