Third-party Submodules
This page contains notes on the Starlink repositories for various third-party modules.
BLT
- vendor branch
- Contains originally imported versions.
- debian branch
- Applies patches from the Debian blt package.
497fd973b0 (used for 2023A) adds compatibility with Tcl 8.6. This is debian's 2a3e8b7099 with all patches except table.patch, ldflags.patch and autoreconf.patch.
General Notes
Patches can be applied (with some entries commented out) as follows:
for x in `grep -v '^#' debian/patches/series`; do patch -p1 < debian/patches/$x; done
