This file is indexed.

/usr/share/lintian/checks/infofiles.desc is in lintian 2.5.10.4.

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Check-Script: infofiles
Author: Josip Rodin <jrodin@jagor.srce.hr>
Abbrev: info
Type: binary
Needs-Info: unpacked, file-info, index
Info: This script checks if a binary package conforms to info document policy.

Tag: info-document-not-compressed
Severity: important
Certainty: certain
Info: Info documents should be compressed with <tt>gzip -9</tt>.
Ref: policy 12.2

Tag: info-document-not-compressed-with-gzip
Severity: important
Certainty: certain
Info: Info documents should be compressed with <tt>gzip -9</tt>.  This
 file ends in <tt>.gz</tt> but doesn't appear to be a gzip-compressed
 file.
Ref: policy 12.2

Tag: info-document-not-compressed-with-max-compression
Severity: important
Certainty: certain
Info: Info documents should be compressed with <tt>gzip -9</tt>.  This
 file is compressed with gzip, but without using maximum compression.
Ref: policy 12.2

Tag: info-document-has-wrong-extension
Severity: normal
Certainty: certain
Info: The info document has an extension other than info*.gz.

Tag: info-document-missing-dir-section
Severity: important
Certainty: certain
Info: This info document has no INFO-DIR-SECTION line.
 <tt>install-info</tt> will be unable to determine the section into which
 this info page should be put.  The best solution is to add a line like:
 .
   @dircategory Development
 .
 to the texinfo source so that the generated info file will contain a
 section.  See <tt>/usr/share/info/dir</tt> for sections to choose from.
 You will have to ensure that the build process builds new info files
 rather than using ones built by upstream.

Tag: info-document-missing-dir-entry
Severity: important
Certainty: certain
Info: This info document has no directory entry.  This is text between
 START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY lines which is copied into
 the <tt>dir</tt> file in <tt>/usr/share/info</tt> by
 <tt>install-info</tt>.  The best solution is to add lines like:
 .
   @direntry
   * foo: (foo).                Foo creator and editor
   @end direntry
 .
 to the texinfo source so that the generated info file will contain an
 appropriate entry.  You will have to ensure that the build process builds
 new info files rather than using ones built by upstream.