This file is indexed.

/usr/share/apport/package-hooks/source_vlc.py is in vlc-nox 2.0.1-4.

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
'''apport package hook for vlc

(c) 2010 Canonical Ltd.
Author: Brian Murray <brian@ubuntu.com>
'''

def add_info(report):
	attach_related_packages(report, [
		"libaa1",
		"libgl1-mesa-glx",
		"libgl1",
		"libglib2.0-0",
		"libgtk2.0-0",
		"libnotify1",
		"libnotify1-gtk2.10",
		"libqtcore4",
		"libqtgui4",
		"libsdl-image1.2",
		"libsdl1.2debian",
		"libtar",
		"libx11-6",
		"libx264-85",
		"libxcb-keysyms1",
		"libxcb1",
		"libxext6",
		"libxinerama1",
		"libxv1",
		"libxxf86vm1",
		] )