On 2014-01-14 09:50, Jan Nijtmans wrote:
After some experimenting, I'm proposing the following layout:
usr/lib/tcl8.5/sqlite3 -> ../tcl8.6/sqlite3 (soft link)
usr/lib/tcl8.6/sqlite3/pkgIndex.tcl
usr/lib/tcl8.6/sqlite3/tclsqlite3.dll
usr/share/man/mann/sqlite3.n.gz
This way, both Tcl 8.5 and 8.6 can find the package without
the need to duplicate anything. And the full version
numbers are gone. Is that better?
/usr/lib/tcl8.x is for the Tcl standard library; I don't think that
other packages -- particularly those that aren't actually dependent on a
particular version of Tcl -- belong there.
Yaakov