This file is indexed.

/usr/share/doc/surf-alggeo-doc/TODO is in surf-alggeo-doc 1.0.6+ds-2.

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
Here are some minor problems I can think of:

* handling of pow/sunpow:
  Somehow I believe, that this is really broken. At least it hasn't been
  tested for a while. Are there any implementations of pow with pow(0,0)!=1 ?
  Maybe we should exit from the configure script if we see that pow(0,0)!=1.

* OctNode::TestBit:
  What does it do and is it correct in what it does ???
  I don't believe so.

* Matrix::threadedDeterminant
  Make the threaded version work.

* libtiff/libjpeg/zlib
  Disable tiff/jpeg support if one of the above isn't there instead of
  forcing the user to install 'em.