This file is indexed.

/usr/share/doc/blt/README.Debian is in blt 2.4z-4.2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
Note: some people seem to be confused by the lack of a "bltwish"
binary.  This is not an oversight--it is part of an upstream (by which
I mean the TCL community) policy to remove and obsolete specialized
variants of wish, like bltwish.  Unfortunately, not everyone has got
the word yet.

If you have scripts which start with "#!/usr/bin/bltwish" (or some
approximation thereof), the proper and approved thing to do is to
replace that line with:

#!/bin/wish
package require BLT

The result is exactly the same.  Note that if you have other "package
require" lines in your script, you may want to place the "package
require BLT" line with them, rather than right at the very top of the
script.  As long as it comes before any blt commands are used, you
should be fine.

 -- Chris Waters <xtifr@debian.org>, Sat Jan 28 17:30:11 2006