This file is indexed.

/usr/share/pyshared/PyWavelets-0.2.2.egg-info/SOURCES.txt is in python-pywt 0.2.2-2.

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
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
CHANGES.txt
COPYING.txt
MANIFEST.in
README.rst
THANKS.txt
setup.cfg
setup.py
PyWavelets.egg-info/PKG-INFO
PyWavelets.egg-info/SOURCES.txt
PyWavelets.egg-info/dependency_links.txt
PyWavelets.egg-info/not-zip-safe
PyWavelets.egg-info/top_level.txt
demo/benchmark.py
demo/dwt_decompose.c
demo/dwt_multidim.py
demo/dwt_signal_decomposition.py
demo/dwt_swt_show_coeffs.py
demo/image_blender.py
demo/plot_wavelets.py
demo/sample_data.py
demo/swt2.py
demo/user_filter_banks.py
demo/wavedec.py
demo/waveinfo.py
demo/wp_2d.py
demo/wp_scalogram.py
demo/wp_tree.py
demo/wp_visualize_coeffs_distribution.py
demo/data/aero.png
doc/Makefile
doc/doc2html.bat
doc/make.bat
doc/source/COPYING.txt
doc/source/conf.py
doc/source/contents.rst
doc/source/index.rst
doc/source/overview.rst
doc/source/resources.rst
doc/source/substitutions.rst
doc/source/_static/comments.png
doc/source/_static/favicon.ico
doc/source/_static/github.png
doc/source/_static/page_edit.png
doc/source/_static/twitter.png
doc/source/_static/wave.png
doc/source/_templates/editdocument.html
doc/source/_templates/page.html
doc/source/_templates/quicklinks.html
doc/source/dev/building_extension.rst
doc/source/dev/index.rst
doc/source/dev/installing_build_dependencies.rst
doc/source/dev/preparing_linux_build_environment.rst
doc/source/dev/preparing_windows_build_environment.rst
doc/source/dev/testing.rst
doc/source/ref/2d-dwt-and-idwt.rst
doc/source/ref/dwt-discrete-wavelet-transform.rst
doc/source/ref/idwt-inverse-discrete-wavelet-transform.rst
doc/source/ref/index.rst
doc/source/ref/other-functions.rst
doc/source/ref/signal-extension-modes.rst
doc/source/ref/swt-stationary-wavelet-transform.rst
doc/source/ref/thresholding-functions.rst
doc/source/ref/wavelet-packets.rst
doc/source/ref/wavelets.rst
doc/source/regression/dwt-idwt.rst
doc/source/regression/gotchas.rst
doc/source/regression/index.rst
doc/source/regression/modes.rst
doc/source/regression/multilevel.rst
doc/source/regression/wavelet.rst
doc/source/regression/wp.rst
doc/source/regression/wp2d.rst
src/_pywt.c
src/_pywt.h
src/_pywt.pxi
src/_pywt.pyx
src/array_interface.h
src/arraytools.pxi
src/c_array_interface.pxd
src/c_math.pxd
src/c_python.pxd
src/c_string.pxd
src/c_wt.pxd
src/c_wt.template.pxd
src/common.c
src/common.h
src/convolution.c
src/convolution.h
src/convolution.template.c
src/convolution.template.h
src/wavelets.c
src/wavelets.h
src/wavelets.template.c
src/wavelets.template.h
src/wavelets_coeffs.h
src/wavelets_coeffs.template.h
src/wavelets_list.pxi
src/wt.c
src/wt.h
src/wt.template.c
src/wt.template.h
src/pywt/__init__.py
src/pywt/functions.py
src/pywt/multidim.py
src/pywt/multilevel.py
src/pywt/numerix.py
src/pywt/thresholding.py
src/pywt/wavelet_packets.py
tests/__init__.py
tests/test_doc.py
tests/test_matlab_compatibility.py
tests/test_perfect_reconstruction.py
tests/test_regression.py
util/__init__.py
util/commands.py
util/setenv_build32.bat
util/setenv_build64.bat
util/templating.py