This file is indexed.

/usr/share/doc/qtchooser/README.Debian is in qtchooser 52-gae5eeef-2build1~gcc5.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
We currently patch qtchooser to make it look for configs
in three additional directories:

- /usr/share/qtchooser: holds qtx-triplet.conf configs.
  They are installed by libqtcore with it's arch triplet. In this way apps can
  call it's specific arch tools.

- /usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser: holds qtx.conf and default.conf for
  the specific arch.

- /usr/lib/$(DEB_HOST_MULTIARCH)/qt-default/qtchooser: holds a default.conf which
  points to Qt4. In this way the Qt4 packages already in the archive should not
  FTBFS when we introduce qtchooser in unstable. Exporting QT_SELECT=qt4 or
  build-depending on qt4-default is recommended.