From: Ian Jackson Date: Sat, 2 Jun 2012 11:14:31 +0000 (+0100) Subject: update tcl version X-Git-Tag: debian/1.1.1~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=f5ec8a394c47baf605e403b0b3c6709db824bdcf update tcl version --- diff --git a/base/common.make b/base/common.make index 758d858..b0d4bae 100644 --- a/base/common.make +++ b/base/common.make @@ -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 diff --git a/debian/changelog b/debian/changelog index 9e9f4bf..c673699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.