This file is indexed.

/usr/share/doc/libftgl-dev/BUGS is in libftgl-dev 2.1.3~rc5-4+nmu1.

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
BUGS
====

* FTGLTextureFonts can't be used inside display lists. This because
  the glGet call to check the current texture id can't be used in a
  display list. It is only a valid call when the list is compiled and
  is ignore after that.

* The texture co-ords in the Texture Font may be wrong for non
  scalable fonts.

* /usr/share/fonts/truetype/ttf-larabie-deco/let_seat.ttf has issues
  with the outset position (glyph "u").
  /usr/share/fonts/truetype/ttf-larabie-straight/teenlite.ttf has the
  same problem but it depends the glyph size.

* /usr/share/fonts/truetype/ttf-larabie-straight/primer.ttf has filling
  issues.

* The content of textured quads are properly antialiased but their edges
  remain blocky because there is no possible interpolation. Maybe adding
  a 1-pixel border would help.