This file is indexed.

/usr/share/doc/gnat-gps-doc/TODO.Debian is in gnat-gps-doc 5.3dfsg-1.

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
21
22
23
24
25
26
27
28
29
30
31
32
* Is the dfsg branch motivated, or is Files-Excluded sufficient?
  In both cases, next version should remove the gnatcoll copy as done
   for the templates-parser copy.

* Check if unused directories contain useful things
action_editor cli gbuilder gvd/gdbmi gvd/gmop spark syntax
tools/custom_converter tools/project_converter

* xref-docgen.adb:1115: warning: types for unchecked conversion have
   different sizes

* Update get-orig-source once the orig revision is tagged.
  -orig_revision   := h:$(orig_branch)
  +orig_revision   := t:gnat-gps-5.0.3

* Bugs to solve

** No GNAT switches in the project editor (#596385 reintroduced)

   The Switches > Ada tab of the project editor (Project > Edit
   Project Properties) should contain check boxes and option menus for
   the GNAT switches.  In gnat-gps 4.3 these are defined in
   /usr/share/gps/plug-ins/ada_support.py but in 5.0 they are now
   generated at run time by parsing the output of "gnat make -h"; see
   /usr/share/gps/plug-ins/gps_utils/gnat_rules.py.  This does not
   work at the moment.

   I have tried adding an empty
   /usr/share/gps/plug-ins/gps_utils/gnat_switches.py to no avail.  It
   is possible that additional Python packages (e.g. PyGtk) are
   necessary for this functionality to work; in this case the fix is
   to add the appropriate dependencies in debian/control.