[SCM] Tcl interface to FITS Files branch, debian, updated. 640250418f104e589127465af42bf33e1cb49eec

Ole Streicher debian at liska.ath.cx
Thu Jul 26 08:43:13 UTC 2012


The following commit has been merged in the debian branch:
commit 640250418f104e589127465af42bf33e1cb49eec
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Jul 26 10:42:46 2012 +0200

    Document package loading in documentation

diff --git a/debian/patches/set_installdir.patch b/debian/patches/set_installdir.patch
index cfde86e..ae57bbe 100644
--- a/debian/patches/set_installdir.patch
+++ b/debian/patches/set_installdir.patch
@@ -46,3 +46,28 @@ Description: Correct the installation directory
      for ( i = 0; i < FITS_MAX_OPEN_FILES; i++) {
  	FitsOpenFiles[i].fptr = NULL;
  	FitsOpenFiles[i].kwds = FitsOpenKwds + i;
+--- a/fitsTcl.html
++++ b/fitsTcl.html
+@@ -39,19 +39,13 @@
+ </p>
+ 
+ <p>
+-fitsTcl is compiled as a dynamic library which can be loaded as a TCL 
+-extension. To load fitsTcl, type the following command in a Tcl shell
+-(running on UNIX)
++fitsTcl is compiled as a TCL packge. To load fitsTcl, type the following
++command in a Tcl shell
+ 
+ <pre>
+-% load libfitstcl.so
++% package require fitsTcl
+ </pre>
+ 
+-(Under Mac OS and Windows, the library is instead named
+-<tt>fitstcl.dll</tt>.)  If the library is not found you may need to
+-set the environment variable <tt>LD_LIBRARY_PATH</tt> (Unix only) to the
+-directory containing libfitstcl.so or include an explicit path to the
+-file.
+ </p>
+ 
+ <p>

-- 
Tcl interface to FITS Files



More information about the debian-science-commits mailing list