~ev/apport/quantal

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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Source: apport
Section: utils
Priority: optional
Build-Depends: cdbs (>= 0.4.43), 
 debhelper (>= 7.3.15ubuntu2),
 python-central (>= 0.5.6), 
 python-all
Build-Depends-Indep: python-distutils-extra (>= 2.24~),
 python-apt (>= 0.7.9),
 intltool,
 default-jdk | java-sdk
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Standards-Version: 3.9.1
XS-Python-Version: all
Vcs-Bzr: https://code.launchpad.net/~ubuntu-core-dev/ubuntu/natty/apport/ubuntu
Homepage: https://wiki.ubuntu.com/Apport

Package: apport
XB-Python-Version: ${python:Versions}
Architecture: all
Depends: python (>= 2.4), 
 python-apport (>= 0.120),
 lsb-base (>= 3.0-6),
 sysv-rc (>= 2.86.ds1-14.1ubuntu2),
 ${misc:Depends}
Replaces: ubiquity, python-apport (<< 1.17.2-0ubuntu3)
Recommends: apport-symptoms
Suggests: apport-gtk | apport-kde
Description: automatically generate crash reports for debugging
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package also provides a command line frontend for browsing and
 handling the crash reports. For desktops, you should consider
 installing the GTK+ or Qt user interface (apport-gtk or apport-kde).

Package: python-problem-report
XB-Python-Version: ${python:Versions}
Section: python
Architecture: all
Depends: ${python:Depends},
 ${misc:Depends}
Description: Python library to handle problem reports
 This Python library provides an interface for creating, modifying,
 and accessing standardized problem reports for program and kernel
 crashes and packaging bugs.
 .
 These problem reports use standard Debian control format syntax
 (RFC822).

Package: python-apport
XB-Python-Version: ${python:Versions}
Section: python
Architecture: all
Depends: ${python:Depends}, 
 python-apt (>= 0.7.9),
 python-problem-report (>= 0.94),
 python-launchpadlib (>= 1.5.7),
 ${misc:Depends}
Description: apport crash report handling library
 This Python package provides high-level functions for creating and
 handling apport crash reports:
 .
  * Query available and new reports.
  * Add OS, packaging, and process runtime information to a report.
  * Various frontend utility functions.
  * Python hook to generate crash reports when Python scripts fail.

Package: apport-retrace
XB-Python-Version: ${python:Versions}
Section: devel
Architecture: all
Depends: python (>= 2.4),
 python-apport (>= 0.124),
 python-apt (>= 0.7.9),
 apt,
 binutils,
 dpkg-dev,
 ${misc:Depends}
Suggests: debootstrap (>= 0.3.3.2ubuntu2), fakeroot, fakechroot
Description: tools for reprocessing Apport crash reports
 apport-retrace recombines an Apport crash report (either a file or a
 Launchpad bug) and debug symbol packages (.ddebs) into fully symbolic
 stack traces.
 .
 This package also ships apport-chroot. This tool can create and
 manage chroots for usage with apport-retrace. If the fakeroot and
 fakechroot libraries are available (either by installing the packages
 or by merely putting their libraries somewhere and setting two
 environment variables), the entire process of retracing crashes in
 chroots can happen with normal user privileges.

Package: apport-gtk
XB-Python-Version: ${python:Versions}
Section: gnome
Architecture: all
Depends: python (>= 2.4), 
 python-apport (>= 0.80),
 python-gobject (>= 2.27.91),
 gir1.2-gtk-2.0 (>= 2.23.90-0ubuntu3),
 python-xdg, 
 apport (>= 0.41), 
 procps,
 ${misc:Depends}
Recommends: update-notifier, gdb
Description: GTK+ frontend for the apport crash report system
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package provides a GTK+ frontend for browsing and handling the
 crash reports.

Package: apport-kde
XB-Python-Version: ${python:Versions}
Section: kde
Architecture: all
Depends: python (>= 2.4),
 python-apport (>= 0.80),
 python-kde4,
 python-xdg,
 apport (>= 0.41),
 procps,
 ${misc:Depends}
Recommends: kubuntu-notification-helper, gdb
Description: KDE frontend for the apport crash report system
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package provides a KDE frontend for browsing and handling the
 crash reports.

Package: dh-apport
Section: devel
Architecture: all
Depends: ${perl:Depends},
 ${misc:Depends}
Description: debhelper extension for the apport crash report system
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package provides a debhelper extension to make it easier for other
 packages to include apport hooks.