[Debian-astro-commits] [skycat] 04/05: Remove lines that lead to crash with ImageBias

Ole Streicher olebole at moszumanska.debian.org
Mon Feb 22 14:04:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository skycat.

commit b50b0a05e9cb48d5d231c4b34a6115081a814c91
Author: Ole Streicher <ole at aip.de>
Date:   Mon Feb 22 14:53:54 2016 +0100

    Remove lines that lead to crash with ImageBias
---
 debian/patches/series                      |  1 +
 debian/patches/workaround_bias_crash.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 9fa557d..7a3eecb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ use_wcstools.patch
 nonlinux.patch
 remove_tclx.patch
 iqefunc_from_midas.patch
+workaround_bias_crash.patch
diff --git a/debian/patches/workaround_bias_crash.patch b/debian/patches/workaround_bias_crash.patch
new file mode 100644
index 0000000..465f67d
--- /dev/null
+++ b/debian/patches/workaround_bias_crash.patch
@@ -0,0 +1,18 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Remove lines that lead to crash with ImageBias
+ This is a *very* pragmatic workaround: it is unclear why the crash happens
+--- a/rtd/library/RtdImageBias.tcl
++++ b/rtd/library/RtdImageBias.tcl
+@@ -134,12 +134,6 @@
+ 	}
+ 	blt::table configure $itk_component(status) c5 -resize expand
+ 
+-	foreach el "Load Copy Clear" {
+-	    set s [string tolower $el]
+-	    catch {bitmap compose $s $el -rotate 90.0 -font $itk_option(-valuefont)}
+-	    $itk_component(label$s) config -bitmap $s -anchor w
+-	}
+-
+ 	for {set i 0} {$i < $maxbias_} {incr i} {
+ 	    set n [expr {$i+1}]
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/skycat.git



More information about the Debian-astro-commits mailing list