[SCM] Render HTML and CSS content with tk branch, debian, updated. 505ea89e54bbe6850607b7f3fa67e4786a4baafb

Ole Streicher debian at liska.ath.cx
Fri Feb 17 15:00:43 UTC 2012


The following commit has been merged in the debian branch:
commit 505ea89e54bbe6850607b7f3fa67e4786a4baafb
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Feb 17 15:59:01 2012 +0100

    Remove 'can't read "state (sock)": no such element in array' exceptions from hv3

diff --git a/debian/patches/fix_state_sock.patch b/debian/patches/fix_state_sock.patch
new file mode 100644
index 0000000..ca9923f
--- /dev/null
+++ b/debian/patches/fix_state_sock.patch
@@ -0,0 +1,14 @@
+Origin: http://groups.google.com/group/tkhtml3/browse_thread/thread/8e186f9355255d29
+Description: Fix the exception 'can't read "state(sock)": no such element 
+ in array'.
+--- a/hv/hv3_http.tcl
++++ b/hv/hv3_http.tcl
+@@ -973,7 +973,7 @@ proc ::hv3::HttpFinish {token args} {
+   upvar 0 $token state
+   catch {
+     close $state(sock)
+-    unset state(sock)
++#    unset state(sock)
+   }
+   eval [linsert $args 0 ::http::FinishReal $token]
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..503ec21
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_state_sock.patch

-- 
Render HTML and CSS content with tk



More information about the debian-science-commits mailing list