From: ian Date: Sun, 2 Apr 2006 12:01:07 +0000 (+0000) Subject: compression yes/no; rename base .so X-Git-Tag: debian/1.1.1~55 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=ec52df6e97d2bb161997a61caf46c074d6dcd38d;ds=sidebyside compression yes/no; rename base .so --- diff --git a/base/common.make b/base/common.make index a715747..d5db198 100644 --- a/base/common.make +++ b/base/common.make @@ -25,7 +25,7 @@ TCL_MEM_DEBUG ?= -DTCL_MEM_DEBUG TCMDIFGEN ?= $(BASE_DIR)/tcmdifgen BASE_TCT ?= $(BASE_DIR)/base.tct -BASE_SHLIB ?= $(FAMILY)-$(VERSION) +BASE_SHLIB ?= lib$(FAMILY)-$(VERSION) ifeq ($(shell $(CC) -Wno-pointer-sign -E -x c /dev/null >/dev/null || echo x),) CFLAGS += -Wno-pointer-sign diff --git a/debian/README b/debian/README index e0fa3f2..badaab4 100644 --- a/debian/README +++ b/debian/README @@ -29,8 +29,8 @@ To gain an understanding of the way the *.tct files work, take a look at adns.c.txt which describes the `adns' command provided by the adns binding. -Note that the file /usr/lib/chiark_tcl-1.so is NOT an amalgam of all -of the extensions. It is a set of common routines which will be +Note that the file /usr/lib/libchiark_tcl-1.so is NOT an amalgam of +all of the extensions. It is a set of common routines which will be loaded automatically when required. Each extension must be loaded explicitly with the Tcl `load' command to bring the additional commands into the Tcl command namespace. diff --git a/debian/rules b/debian/rules index 333dfb6..42e8bbe 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,10 @@ binary-arch: checkroot build dh_strip dh_shlibdeps - dh_compress + + # be consistent about what we compress: + dh_compress -X'*.[ch].txt' + dh_fixperms dh_gencontrol dh_md5sums