On Wed, Apr 16, 2014 at 7:47 AM, Sergei Golovan <sgolo...@nes.ru> wrote:
> Hi Paul,
>
> I'll prepare an NMU to fix tclx8.4. Thank you for the reminder.

Here it is. I'll upload it shortly.

-- 
Sergei Golovan
diff -u tclx8.4-8.4.0/debian/rules tclx8.4-8.4.0/debian/rules
--- tclx8.4-8.4.0/debian/rules
+++ tclx8.4-8.4.0/debian/rules
@@ -27,7 +27,7 @@
 ENABLE_THREADS = $(shell test "$(TCL_THREADS)" = 1 && echo --enable-threads)
 DESTDIR               = $(CURDIR)/debian/tmp
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
diff -u tclx8.4-8.4.0/debian/changelog tclx8.4-8.4.0/debian/changelog
--- tclx8.4-8.4.0/debian/changelog
+++ tclx8.4-8.4.0/debian/changelog
@@ -1,3 +1,10 @@
+tclx8.4 (8.4.0-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed FTBFS with Tcl 8.6 as a default Tcl version (Closes: #743100).
+
+ -- Sergei Golovan <sgolo...@debian.org>  Wed, 16 Apr 2014 07:53:53 +0400
+
 tclx8.4 (8.4.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to