This file is indexed.

/usr/share/lintian/checks/python/scripts.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
Check-Script: python/scripts
Author: Jakub Wilk <jwilk@debian.org>
Type: binary
Info: #! lines of scripts
Needs-Info: scripts

Tag: versioned-python-shebang
Severity: normal
Certainty: wild-guess
Info: This script starts with a shebang referring to versioned interpreter
 name. This is often a mistake.

Tag: usr-bin-env-python-shebang
Severity: normal
Certainty: certain
Info: This script starts with <tt>#!/usr/bin/env python</tt> shebang.  This is
 not recommended.  <tt>#!/usr/bin/python</tt> should be used instead.
Ref: python-policy 1.4.2