This file is indexed.

/usr/share/pyshared/couchdbkit-0.6.5.egg-info/SOURCES.txt is in python-couchdbkit 0.6.5-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
LICENSE
MANIFEST.in
README.rst
distribute_setup.py
setup.cfg
setup.py
couchdbkit/__init__.py
couchdbkit/changes.py
couchdbkit/client.py
couchdbkit/exceptions.py
couchdbkit/external.py
couchdbkit/loaders.py
couchdbkit/resource.py
couchdbkit/utils.py
couchdbkit/version.py
couchdbkit.egg-info/PKG-INFO
couchdbkit.egg-info/SOURCES.txt
couchdbkit.egg-info/dependency_links.txt
couchdbkit.egg-info/entry_points.txt
couchdbkit.egg-info/not-zip-safe
couchdbkit.egg-info/requires.txt
couchdbkit.egg-info/top_level.txt
couchdbkit/consumer/__init__.py
couchdbkit/consumer/base.py
couchdbkit/consumer/ceventlet.py
couchdbkit/consumer/cgevent.py
couchdbkit/consumer/sync.py
couchdbkit/designer/__init__.py
couchdbkit/designer/fs.py
couchdbkit/designer/macros.py
couchdbkit/ext/__init__.py
couchdbkit/ext/django/__init__.py
couchdbkit/ext/django/forms.py
couchdbkit/ext/django/loading.py
couchdbkit/ext/django/schema.py
couchdbkit/ext/django/testrunner.py
couchdbkit/ext/django/management/__init__.py
couchdbkit/ext/django/management/commands/__init__.py
couchdbkit/ext/django/management/commands/sync_couchdb.py
couchdbkit/ext/django/management/commands/sync_finish_couchdb.py
couchdbkit/ext/django/management/commands/sync_prepare_couchdb.py
couchdbkit/ext/pylons/__init__.py
couchdbkit/ext/pylons/commands.py
couchdbkit/ext/pylons/db.py
couchdbkit/ext/pylons/test.py
couchdbkit/ext/pylons/auth/__init__.py
couchdbkit/ext/pylons/auth/adapters.py
couchdbkit/ext/pylons/auth/basic.py
couchdbkit/ext/pylons/auth/model.py
couchdbkit/schema/__init__.py
couchdbkit/schema/base.py
couchdbkit/schema/properties.py
couchdbkit/schema/properties_proxy.py
couchdbkit/schema/util.py
couchdbkit/wsgi/__init__.py
couchdbkit/wsgi/handler.py
couchdbkit/wsgi/proxy.py
tests/__init__.py
tests/client_test.py
tests/test_changes.py
tests/test_consumer.py
tests/test_loaders.py
tests/test_resource.py
tests/test_schema.py
tests/data/app-template/_attachments/index.html
tests/data/app-template/_attachments/style/main.css
tests/data/app-template/foo/bar.txt
tests/data/app-template/lib/helpers/math.js
tests/data/app-template/lib/helpers/template.js
tests/data/app-template/lib/templates/example.html
tests/data/app-template/lists/feed.js
tests/data/app-template/shows/example-show.js
tests/data/app-template/views/example/map.js
tests/data/app-template/views/example/reduce.js