This file is indexed.

/usr/share/lintian/checks/python/bytecompilation.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
Check-Script: python/bytecompilation
Author: Jakub Wilk <jwilk@debian.org>
Type: binary, source
Info: byte-compilation of Python modules
Needs-Info: index, bin-pkg-control

Tag: python-module-not-byte-compiled
Severity: serious
Certainty: possible
Ref: python-policy 2.6

Tag: pycentral-pkginstall-for-foreign-package
Severity: serious
Certainty: possible
Ref: python-policy 2.6

Tag: pycompile-for-foreign-package
Severity: serious
Certainty: possible
Ref: python-policy 2.6

Tag: missing-dependency-on-byte-compilation-helper
Severity: serious
Certainty: possible

Tag: insufficient-dependency-on-byte-compilation-helper
Severity: normal
Certainty: possible

Tag: source-contains-python-bytecode
Severity: normal
Certainty: certain
Info: The source tarball contains pre-compiled Python modules.  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.