apport 1.26-0ubuntu1 source package in Ubuntu
Changelog
apport (1.26-0ubuntu1) precise; urgency=low * New upstream release: - backends/packaging-apt-dpkg.py: Port to current python-apt API. - hookutils.py: Fix path_to_key() to also work with unicode arguments. - test/crash: Exit successfully if apport is not enabled in the system. This allows packages to run the test suite during build. - report.py, add_proc_info(): Correctly handle "python -m <modulename>" programs as being interpreted and determine the appropriate module path. - Fix some import statements to also work for the system-installed test suite. - test/run: Fix testing data/general-hooks/parse_segv.py when called in system-installed mode. - apport/ui.py: Clean up test .crash file after test cases. - Fix tests when running as root. - setup.py: Fix crash when "javac -version" fails. - README: Update command for one-time enablement. - backends/packaging-apt-dpkg.py: Fix interleaving usage of install_packages() with other operations such as get_version(), by resetting the apt status after building and using the sandbox. - report.py test suite: Remove requirement that $USER is set, which makes it easier to run this from package build environments. - apport/ui.py, test/crash: Use "yes" as test process instead of "cat". The former is less likely to run already, and does not depend on having a stdin, so it runs better in test environments like autopkgtest. - backends/packaging-apt-dpkg.py: Fix tests if system does not have a dbgsym apt source. - Ignore a crash if gnome-session is running and says that the session is being shut down. These often die because X.org or other services are going away, are usually harmless, and just cause a lot of clutter in bug trackers. (LP: #460932) - test/crash: Rewrite using Python's unittest, to be in line with other tests, and be easier to maintain and extend. * Add debian/tests/control and debian/tests/upstream-system: DEP-8/autopkgtest control file for running the upstream tests. * debian/control: Bump minimal Python version to 2.7, as the upstream trunk is now moving to Python 3 compatibility; some of the new syntax does not work with 2.6 yet. * debian/control: Update apport-retrace package description, apport-chroot is gone. Also drop the now obsolete Suggests. * debian/rules: Run tests during package build, but do not let them fail the build just yet. It will still take a while until all test suceed in the buildd environment. * debian/control: Add gdb and python-twisted-core build dependencies, so that the test suite can succeed. * debian/control: Move python-gobject and gir1.2-glib-2.0 dependencies from apport-gtk to apport, as our generic.py hook needs it. Also add them to build depends for the test suite. * debian/control: Add missing lsb-release dependency, used by Report.add_os_info(). * debian/control: Add net-books build dependency, test suite uses "route" to determine whether or not to run the online tests. -- Martin Pitt <email address hidden> Fri, 11 Nov 2011 11:32:49 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
apport_1.26.orig.tar.gz | 489.0 KiB | fc6a93e95287b9883ba4529e4c2893e493cec6665b8c69392f038699ff14c39a |
apport_1.26-0ubuntu1.diff.gz | 99.0 KiB | 39d57e5ed161c592ba11760bed77dbfb4bd216ce48144c6966956a9626d7cfe2 |
apport_1.26-0ubuntu1.dsc | 2.3 KiB | df58a5f7b9c6515e4685da190bc76f95b4ce662f42e5170bc9f61a884ebd3a05 |
Available diffs
- diff from 1.25-0ubuntu1 to 1.26-0ubuntu1 (37.6 KiB)
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).