summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules11
-rw-r--r--src/Makefile2
-rwxr-xr-xsrc/ivytcl.c2
-rw-r--r--src/version.h2
5 files changed, 16 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index c519d8d..20219b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-c (3.2-2) unstable; urgency=low
+
+ * html docs are re-included in /usr/share/doc
+ * libtclivy works again...
+
+ -- Herve DAMIANO <damiano@cena.fr> Fri, 10 Mar 2000 16:02:07 +0100
+
ivy-c (3.2-1) unstable; urgency=low
* remove dependancy to utils-c-dev, not useful at install time, but
diff --git a/debian/rules b/debian/rules
index 9cdec42..30c9627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ build:
clean:
$(checkdir)
-rm -f build
- -rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core
+ -rm -rf debian/tmp debian/*~ debian/copyright `find debian/* -type d ! -name CVS` debian/files* core
-rm -f debian/*substvars
cd src && make clean
@@ -33,12 +33,13 @@ binary-arch: checkroot build
cd debian/tmp && install -d `cat ../dirs`
cd src && make installlibs PREFIX=`pwd`/../debian/tmp MAJOR=$(MAJOR) MINOR=$(MINOR)
+ cd src && make installbins PREFIX=`pwd`/../debian/tmp
-rm debian/tmp/usr/include/list.h # it's yet in utils-c-dev
-cp src/version.h debian/copyright
- -strip --strip-unneeded debian/tmp/usr/lib/libivy.so.$(MAJOR).$(MINOR)
- -strip --strip-unneeded debian/tmp/usr/lib/libtclivy.so.$(MAJOR).$(MINOR)
- -strip --strip-unneeded debian/tmp/usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR)
+ dh_strip debian/tmp/usr/lib/libivy.so.$(MAJOR).$(MINOR)
+ dh_strip debian/tmp/usr/lib/libtclivy.so.$(MAJOR).$(MINOR)
+ dh_strip debian/tmp/usr/X11R6/lib/libxtivy.so.$(MAJOR).$(MINOR)
dh_link usr/lib/libivy.so.$(MAJOR).$(MINOR) usr/lib/libivy.so.$(MAJOR)
dh_link usr/lib/libgivy.so.$(MAJOR).$(MINOR) usr/lib/libgivy.so.$(MAJOR)
@@ -51,7 +52,7 @@ binary-arch: checkroot build
dh_fixperms
- debstd
+ debstd doc/man-ivy-c.html doc/ivy-c-*.html
-rmdir debian/tmp/usr/include
diff --git a/src/Makefile b/src/Makefile
index 564d7e4..3a00d59 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -39,7 +39,7 @@ all: static-libs commands shared-libs
static-libs: libivy.a libgivy.a libxtivy.a libgtkivy.a libtclivy.a
-shared-libs: libivy.so.$(MAJOR).$(MINOR) libgivy.so.$(MAJOR).$(MINOR) libxtivy.so.$(MAJOR).$(MINOR) libgtkivy.so.$(MAJOR).$(MINOR) libtclivy.so.$(MAJOR).$(MINOR
+shared-libs: libivy.so.$(MAJOR).$(MINOR) libgivy.so.$(MAJOR).$(MINOR) libxtivy.so.$(MAJOR).$(MINOR) libgtkivy.so.$(MAJOR).$(MINOR) libtclivy.so.$(MAJOR).$(MINOR)
commands: $(TARGETS)
diff --git a/src/ivytcl.c b/src/ivytcl.c
index 1c374ad..887db43 100755
--- a/src/ivytcl.c
+++ b/src/ivytcl.c
@@ -556,7 +556,7 @@ IvyBindDirectCmd(ClientData clientData,
}
int
-Ivytcl_Init(Tcl_Interp *interp)
+Tclivy_Init(Tcl_Interp *interp)
{
Tcl_CreateCommand(interp, "Ivy::init", IvyInitCmd, NULL, NULL);
diff --git a/src/version.h b/src/version.h
index 5cc756f..9c4b9e8 100644
--- a/src/version.h
+++ b/src/version.h
@@ -13,7 +13,7 @@
* modify it under the terms of the GNU LGPL Library General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- * On Debian systems LGPL can be found in the file /usr/doc/copyright/LGPL
+ * On Debian systems LGPL can be found in the file /usr/share/common-licenses/LGPL
* Or look at http://www.gnu.org/copyleft/lgpl.html
*
* This program is distributed in the hope that it will be useful,