chiark / gitweb /
compression yes/no; rename base .so
authorian <ian>
Sun, 2 Apr 2006 12:01:07 +0000 (12:01 +0000)
committerian <ian>
Sun, 2 Apr 2006 12:01:07 +0000 (12:01 +0000)
base/common.make
debian/README
debian/rules

index a71574786383e0d4e93395310d11f8b23d19b3f2..d5db198ec7288828869827489d22eb1de6df339e 100644 (file)
@@ -25,7 +25,7 @@ TCL_MEM_DEBUG ?=      -DTCL_MEM_DEBUG
 
 TCMDIFGEN ?=   $(BASE_DIR)/tcmdifgen
 BASE_TCT ?=    $(BASE_DIR)/base.tct
 
 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
 
 ifeq ($(shell $(CC) -Wno-pointer-sign -E -x c /dev/null >/dev/null || echo x),)
 CFLAGS +=      -Wno-pointer-sign
index e0fa3f2e5556f2c2e5c4b89a4754c41a892ca043..badaab4bfb26a213232b4d1a6440c097061ecaa6 100644 (file)
@@ -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.
 
 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.
 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.
index 333dfb6812ed44eb08292ca0587a7267693f775d..42e8bbe734ab156db22dfedfee0674f0a821d6d6 100755 (executable)
@@ -60,7 +60,10 @@ binary-arch: checkroot build
        dh_strip
 
        dh_shlibdeps
        dh_strip
 
        dh_shlibdeps
-       dh_compress
+
+       # be consistent about what we compress:
+       dh_compress -X'*.[ch].txt'
+
        dh_fixperms
        dh_gencontrol
        dh_md5sums
        dh_fixperms
        dh_gencontrol
        dh_md5sums