Package: skycat / 3.1.2+starlink1~b+dfsg-7
Metadata
Package | Version | Patches format |
---|---|---|
skycat | 3.1.2+starlink1~b+dfsg-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Fix build problems.patch | (download) |
astrotcl/aclocal.m4 |
7 5 + 2 - 0 ! |
fix build problems. Adopted from the Mageia package. |
Use standard BLT.patch | (download) |
cat/library/AstroImage.tcl |
6 3 + 3 - 0 ! |
use standard blt. This reverts patch 4b228b...1d3dea on github. |
Change the paths so that they correspond to the FHS.patch | (download) |
astrotcl/Makefile.in |
10 6 + 4 - 0 ! |
change the paths so that they correspond to the fhs. Also remove the "-star" suffix from the executable. |
Use the system libwcstools instead of the convienience co.patch | (download) |
astrotcl/configure.in |
8 4 + 4 - 0 ! |
use the system libwcstools instead of the convienience copy |
Configure shared libs for hurd i386 and kfreeBSD correctl.patch | (download) |
tclconfig/tcl.m4 |
16 8 + 8 - 0 ! |
configure shared libs for hurd-i386 and kfreebsd-* correctly. Also, define the obsolete "MAXPATHLEN" on hurd. |
Remove Tclx dependency.patch | (download) |
astrotcl/library/AstrotclInit.tcl |
2 1 + 1 - 0 ! |
remove tclx dependency The package seems to have only little dependencies of tclx. Since Tclx is not available for tcl8.6 and up, the dependency is removed. To get the "fork" call, we additionally need the "expect" package. |
Replace iqefunc.c with a version that does not need NR co.patch | (download) |
rtd/generic/ImageData.C |
2 1 + 1 - 0 ! |
replace iqefunc.c with a version that does not need nr code This patch replaces iqefunc.c by the version from ESO-MIDAS 15SEPpl1.0 |
Remove lines that lead to crash with ImageBias.patch | (download) |
rtd/library/RtdImageBias.tcl |
6 0 + 6 - 0 ! |
remove lines that lead to crash with imagebias This is a *very* pragmatic workaround: it is unclear why the crash happens |
Use Tcl Tk stubs.patch | (download) |
astrotcl/configure.in |
4 2 + 2 - 0 ! |
use tcl/tk stubs This will allow one to make skycat independent of the Tcl version once BLT uses stubs as well (which is not the case in the moment). |
rtd Don t use zero character as null pointer.patch | (download) |
rtd/generic/BiasData.C |
2 1 + 1 - 0 ! |
don't use zero character as null pointer in rtd This is to avoid a compiler error about a char having been used in place of a char*. |
Replace byte by unsigned char.patch | (download) |
rtd/generic/ByteImageData.C |
2 1 + 1 - 0 ! |
replace byte by unsigned char byte is already defined as std:byte |