This file is indexed.

/usr/share/lintian/checks/python/documentation.desc is in lintian4python 0.28.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Check-Script: python/documentation
Author: Jakub Wilk <jwilk@debian.org>
Type: binary, source
Info: documentation
Needs-Info: index, unpacked

Tag: js-file-referenced-by-search.html-does-not-exist
Severity: normal
Certainty: possible
Info: A JavaScript file referenced by <tt>search.html</tt> (a Sphinx search
 page) does not exist.  Without that file, the search function won't work.

Tag: js-file-referenced-by-search.html-is-compressed
Severity: normal
Certainty: possible
Info: A JavaScript file referenced by search.html (a Sphinx search page) is
 compressed.  Without that file, the search function won't work.
 .
 If you use debhelper, rebuilding the package against debhelper >= 8.1.0 should
 fix this problem.
Ref: #603553

Tag: search.html-references-non-local-file
Severity: normal
Certainty: possible

Tag: search.html-does-not-load-search-index
Severity: normal
Certainty: possible

Tag: search.html-with-non-local-root-url
Severity: normal
Certainty: possible

Tag: search.html-with-invalid-root-url
Severity: normal
Certainty: possible

Tag: sphinx-js-incompatible-with-jquery-1.4
Severity: normal
Certainty: possible
Info: The JavaScript code is not compatible with jQuery >= 1.4.  Rebuilding the
 package against Sphinx >= 1.0.7-3 should fix this problem.
Ref: https://bitbucket.org/birkenfeld/sphinx/changeset/72375ba800b6,
 #628642

Tag: sphinx-js-incompatible-with-jquery-1.5
Severity: normal
Certainty: possible
Info: The JavaScript code is not compatible with jQuery >= 1.5.  Rebuilding the
 package against Sphinx >= 1.0.7-4 should fix this problem.
Ref: https://bitbucket.org/birkenfeld/sphinx/changeset/dd303c75281e,
 #625208

Tag: sphinx-static-file-with-jinja2-templates
Severity: normal
Certainty: possible

Tag: cannot-parse-sphinx-searchindex.js
Severity: normal
Certainty: wild-guess

Tag: rst-source-referenced-by-searchindex.js-does-not-exist
Severity: normal
Certainty: possible
Info: If the documentation was built with <tt>html_copy_source = True</tt> then
 the <tt>_sources</tt> must be included in the binary package.
Ref: http://sphinx.pocoo.org/config.html#confval-html_copy_source

Tag: rst-source-referenced-by-searchindex.js-is-compressed
Severity: normal
Certainty: possible
Info: If the documentation was built with <tt>html_copy_source = True</tt> then
 the <tt>_sources</tt> must be included (uncompressed) in the binary package.
 .
 If you use debhelper, rebuilding the package against debhelper >= 8.9.5 should
 fix this problem.
Ref: http://sphinx.pocoo.org/config.html#confval-html_copy_source,
 #637492

Tag: sphinx-cruft-in-binary-package
Severity: pedantic
Certainty: possible

Tag: source-contains-sphinx-cache
Severity: normal
Certainty: certain
Info: The source tarball contains cache files created by Sphinx
 (<tt>environment.pickle</tt>, <tt>*.doctree</tt>).  They are
 usually left by mistake when generating the tarball by not cleaning the
 source directory first.  You may want to report this as an upstream bug, in
 case there is no sign that this was intended.