summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjestin2004-07-23 15:13:02 +0000
committerjestin2004-07-23 15:13:02 +0000
commit4396cd938bc12147390ceb3f01a7ebfbf5334b88 (patch)
treea2d230620d81cae5bba585c3c924d1a282b86ae1 /debian
parent4e247eba19de088065112c81ce0de03bc91a8017 (diff)
downloadivy-c-4396cd938bc12147390ceb3f01a7ebfbf5334b88.zip
ivy-c-4396cd938bc12147390ceb3f01a7ebfbf5334b88.tar.gz
ivy-c-4396cd938bc12147390ceb3f01a7ebfbf5334b88.tar.bz2
ivy-c-4396cd938bc12147390ceb3f01a7ebfbf5334b88.tar.xz
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 ...
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 1 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
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