apport 2.0-0ubuntu4 source package in Ubuntu

Changelog

apport (2.0-0ubuntu4) precise; urgency=low

  * debian/tests/upstream-system: Drop dead code.
  * debian/tests/upstream-system: Work around LP #972324 by unsetting TMPDIR
    for the tests.
  * Merge test fixes from trunk:
    - test_backend_apt_dpkg.py: Fix checks for the installation of -dbgsym
      packages. This should always happen, as the sandboxes have a ddeb apt
      source. Only make it conditional on the system apt sources in the "use
      system config" test.
    - test_report.py: Sleep a bit after calling our test crash script, to
      ensure the kernel has time to finish writing the core file.
 -- Martin Pitt <email address hidden>   Tue, 03 Apr 2012 14:17:38 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Martin Pitt
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
apport_2.0.orig.tar.gz 642.1 KiB b365bd22cbdf0d56aff5bdafd913d46e1479e1515258e41118481d7c9b85e2cd
apport_2.0-0ubuntu4.diff.gz 113.8 KiB 83aa4b7b10b47fa6495df826c59a9032f39e8d0aa413982f8c863aaa7813c071
apport_2.0-0ubuntu4.dsc 2.3 KiB 6efd281c5722356a82a39ddd2b269917a5e8a25074e211649bbaf9beae3bfe60

Available diffs

View changes file

Binary packages built by this source

apport: 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).

apport-gtk: 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.

apport-kde: 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.

apport-retrace: 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 can optionally use a sandbox for installing debug symbol
 packages and doing the processing, so that entire process of retracing crashes
 can happen with normal user privileges without changing the system.

dh-apport: 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.

python-apport: 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.

python-problem-report: 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).