~ubuntu-branches/ubuntu/quantal/apport/quantal

« back to all changes in this revision

Viewing changes to apport/ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-10-01 12:27:00 UTC
  • mfrom: (148.1.71)
  • Revision ID: package-import@ubuntu.com-20121001122700-mc1roaisy1cvaomt
Tags: 2.6.1-0ubuntu1
* New upstream release:
  - setup.py: Build java module with "-target 1.5" option, so that you can run
    it with OpenJDK 6 even if you build with OpenJDK 7.
  - report.py, add_proc_info(): Show if $XDG_RUNTIME_DIR is set.
  - Add apport/crashdb_impl/debian.py: Initial crash database implementation for
    the Debian BTS. Add configuration for it to etc/apport/crashdb.conf. Thanks
    Ritesh Raj Sarraf!
    Note that in the Ubuntu packaging branch crashdb.conf is not changed, as
    we do not need the Debian BTS and this would otherwise be Feature Freeze
    matter.
  - test_python_crashes.py: Robustify "$PYTHONPATH in ProcEnviron" check.
  - Updated translations from Launchpad.
* data/package-hooks/source_linux.py: Stop collecting ACPI data, not
  needed/desired for most bug reports according to Colin King.
* debian/tests/control: Add at-spi2-core dependency, otherwise the GTK test
  will fail to connect to org.a11y.Bus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# option) any later version.  See http://www.gnu.org/copyleft/gpl.html for
14
14
# the full text of the license.
15
15
 
16
 
__version__ = '2.5.3'
 
16
__version__ = '2.6.1'
17
17
 
18
18
import glob, sys, os.path, optparse, traceback, locale, gettext
19
19
import errno, zlib