[SCM] image display tool for astronomy branch, debian, updated. 6267de00e246a9f127eaaac19974f335f7a7e608
Ole Streicher
debian at liska.ath.cx
Tue Apr 10 11:56:35 UTC 2012
The following commit has been merged in the debian branch:
commit 6267de00e246a9f127eaaac19974f335f7a7e608
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Apr 10 13:54:07 2012 +0200
Get sun.gif from docdir
diff --git a/debian/patches/fix_docdir.patch b/debian/patches/fix_docdir.patch
index dfa28a4..dfee0d5 100644
--- a/debian/patches/fix_docdir.patch
+++ b/debian/patches/fix_docdir.patch
@@ -44,3 +44,14 @@ Description: Instead putting the documentation into the common shared
# tcl modules
package require msgcat
+--- a/src/util.tcl
++++ b/src/util.tcl
+@@ -940,7 +940,7 @@ proc AboutBox {} {
+
+ # can't use -file for zvfs
+ # set ed(sun) [image create photo -format gif -file $ds9(root)/doc/sun.gif]
+- set ch [open $ds9(root)/doc/sun.gif r]
++ set ch [open $ds9(doc)/sun.gif r]
+ fconfigure $ch -translation binary -encoding binary
+ set dd [read $ch]
+ close $ch
--
image display tool for astronomy
More information about the debian-science-commits
mailing list