chiark / gitweb /
update tcl version
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 11:14:31 +0000 (12:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 2 Jun 2012 11:14:31 +0000 (12:14 +0100)
base/common.make
debian/changelog

index 758d8580120e50be38ba0003f98c95372d32be72..b0d4bae8bc4e251b21dc6093f437726d58dd8bdf 100644 (file)
@@ -17,7 +17,7 @@
 
 VERSION ?=     1
 FAMILY ?=      chiark_tcl
-TCL_VERSION ?= 8.3
+TCL_VERSION ?= 8.4
 TCL_INCLUDEDIR ?= /usr/include/tcl$(TCL_VERSION)
 
 OPTIMISE ?=            -O2
index 9e9f4bff0337abcfe9a6c86a1154a991df4cc9b3..c6736992d836a925399c0a464ae2662697c42ffd 100644 (file)
@@ -4,6 +4,7 @@ chiark-tcl (1.1.1~~iwj) unstable; urgency=low
   * Mention dgram, tuntap and maskmap in Description.  Fix typo.
 
   Packaging improvements:
+  * Update default TCL_VERSION for upstream build to 8.4.
   * Remove the pointless copyright notice from the end of the changelog.
   * Add ${misc:Depends} to Depends field (has no effect on the .deb).
   * Provide build-arch and build-indep targets.