[ubuntu/karmic] apport 1.8.1-0ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Sep 3 20:10:32 BST 2009


apport (1.8.1-0ubuntu1) karmic; urgency=low

  * New upstream bug fix release:
    - data/general-hooks/generic.py: Check $HOME, not /home for enough space.
      (LP: #422658)
    - launchpad.py: Intercept httplib2.ServerNotFoundError as well, to avoid
      crashes when being offline. (LP: #396276)
    - apport-cli: Save reports with .apport extension instead of .txt. Thanks
      to Steve Beattie! (LP: #401983)
    - fileutils.py, likely_packaged(): Ignored crashes in /var, packages don't
      ship executables there, and it creates false positives. (LP: #414368)
    - packaging-apt-dpkg.py, get_modified_files(): Fix crash with empty lines.
      (LP: #408280)
    - packaging-apt-dpkg.py: Use installed version instead of candidate
      version where appropriate. This also fixes a crash where an obsolete
      package is not available any more. (LP: #423511)
    - hookutils.py, attach_gconf(): Fix crash with keys which do not have a
      schema default. (LP: #422277)
    - launchpad.py: Remove LP #353805 workaround, seems fixed now.
    - launchpad.py: Talk to staging if $APPORT_STAGING is set.
    - launchpad.py: Explicitly supply content_type for addAttachment, current
      wadllib requires it now.
    - apport_python_hook.py: Paper over inexplicable import error.
      (LP: #348250)
    - apport_python_hook.py: Protect against nonexisting sys.argv.
      (LP: #418051)
    - apport/ui.py, load_report(): Check that report has ProblemType field.
      (LP: #198543)
    - ui.py: Fix handling of complete vs. reduced report size. (LP: #92653).
      This also fixes a race condition crash with os.path.getsize().
      (LP: #348137)
    - fi.po: Fix mistranslation of "&Cancel". (LP: #355303)
    - apport-{gtk,kde}: Check for having $DISPLAY at startup to avoid crashes.
      (LP: #411276)
    - report.py, add_gdb_info(): Fix race condition in unlink_core, thanks to
      Tommi Komulainen! (LP: #397945)
    - ui.py, load_report(): Robustify check whether program is still
      installed. (LP: #329184)
    - packaging-apt-dpkg.py, install_retracing_packages(): Install package for
      ExecutablePath/InterpreterPath if missing; this can happen with package
      hooks which reassing package
    - launchpad.py: Add a comment when marking a bug as a duplicate.
      (LP: #418871)
  * Move gdb dependency from apport to GUI packages to avoid pulling in gdb on
    Ubuntu server. Thanks to Steve Beattie! (LP: #354172)
  * ubuntu-bug: Fix handling of .crash file arguments, thanks to Marco
    Rodrigues for pointing this out! (LP: #422881)
  * debian/local/apport-collect: Set content_type and description, wadllib
    requires them now. (LP: #423512) Also drop the ASCII reencoding
    workaround, this doesn't seem to be necessary any more.
  * apport/hookutils.py, attach_conffiles(): Fix crash with obsolete
    conffiles. (LP: #412132)
  * debian/local/apport-collect: Do not upload data if the affected package
    isn't installed and there is no source package hook available either.
    (LP: #417277)
  * debian/local/ubuntu-bug: Accept .apport extension, too; thanks to Steve
    Beattie! (LP: #401983)
  * debian/local/apport-collect: Drop $APPORT_STAGING check, it's done by
    launchpad.py itself now.

Date: Thu, 03 Sep 2009 21:08:31 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/apport/1.8.1-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 03 Sep 2009 21:08:31 +0200
Source: apport
Binary: apport python-problem-report python-apport apport-retrace apport-gtk apport-kde apport-qt
Architecture: source
Version: 1.8.1-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Martin Pitt <martin.pitt at ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 apport     - automatically generate crash reports for debugging
 apport-gtk - GTK+ frontend for the apport crash report system
 apport-kde - KDE frontend for the apport crash report system
 apport-qt  - transitional package to apport-kde
 apport-retrace - tools for reprocessing Apport crash reports
 python-apport - apport crash report handling library
 python-problem-report - Python library to handle problem reports
Changes: 
 apport (1.8.1-0ubuntu1) karmic; urgency=low
 .
   * New upstream bug fix release:
     - data/general-hooks/generic.py: Check $HOME, not /home for enough space.
       (LP: #422658)
     - launchpad.py: Intercept httplib2.ServerNotFoundError as well, to avoid
       crashes when being offline. (LP: #396276)
     - apport-cli: Save reports with .apport extension instead of .txt. Thanks
       to Steve Beattie! (LP: #401983)
     - fileutils.py, likely_packaged(): Ignored crashes in /var, packages don't
       ship executables there, and it creates false positives. (LP: #414368)
     - packaging-apt-dpkg.py, get_modified_files(): Fix crash with empty lines.
       (LP: #408280)
     - packaging-apt-dpkg.py: Use installed version instead of candidate
       version where appropriate. This also fixes a crash where an obsolete
       package is not available any more. (LP: #423511)
     - hookutils.py, attach_gconf(): Fix crash with keys which do not have a
       schema default. (LP: #422277)
     - launchpad.py: Remove LP #353805 workaround, seems fixed now.
     - launchpad.py: Talk to staging if $APPORT_STAGING is set.
     - launchpad.py: Explicitly supply content_type for addAttachment, current
       wadllib requires it now.
     - apport_python_hook.py: Paper over inexplicable import error.
       (LP: #348250)
     - apport_python_hook.py: Protect against nonexisting sys.argv.
       (LP: #418051)
     - apport/ui.py, load_report(): Check that report has ProblemType field.
       (LP: #198543)
     - ui.py: Fix handling of complete vs. reduced report size. (LP: #92653).
       This also fixes a race condition crash with os.path.getsize().
       (LP: #348137)
     - fi.po: Fix mistranslation of "&Cancel". (LP: #355303)
     - apport-{gtk,kde}: Check for having $DISPLAY at startup to avoid crashes.
       (LP: #411276)
     - report.py, add_gdb_info(): Fix race condition in unlink_core, thanks to
       Tommi Komulainen! (LP: #397945)
     - ui.py, load_report(): Robustify check whether program is still
       installed. (LP: #329184)
     - packaging-apt-dpkg.py, install_retracing_packages(): Install package for
       ExecutablePath/InterpreterPath if missing; this can happen with package
       hooks which reassing package
     - launchpad.py: Add a comment when marking a bug as a duplicate.
       (LP: #418871)
   * Move gdb dependency from apport to GUI packages to avoid pulling in gdb on
     Ubuntu server. Thanks to Steve Beattie! (LP: #354172)
   * ubuntu-bug: Fix handling of .crash file arguments, thanks to Marco
     Rodrigues for pointing this out! (LP: #422881)
   * debian/local/apport-collect: Set content_type and description, wadllib
     requires them now. (LP: #423512) Also drop the ASCII reencoding
     workaround, this doesn't seem to be necessary any more.
   * apport/hookutils.py, attach_conffiles(): Fix crash with obsolete
     conffiles. (LP: #412132)
   * debian/local/apport-collect: Do not upload data if the affected package
     isn't installed and there is no source package hook available either.
     (LP: #417277)
   * debian/local/ubuntu-bug: Accept .apport extension, too; thanks to Steve
     Beattie! (LP: #401983)
   * debian/local/apport-collect: Drop $APPORT_STAGING check, it's done by
     launchpad.py itself now.
Checksums-Sha1: 
 da087700a8d31e31852fe592319495727f5a6dcd 1341 apport_1.8.1-0ubuntu1.dsc
 5713e3907478f6dfb316b16c3f7e8f9cd9fe1bbf 324467 apport_1.8.1.orig.tar.gz
 19ad03ac1a311e7075d679b944ecbc917a5f3dc6 80389 apport_1.8.1-0ubuntu1.diff.gz
Checksums-Sha256: 
 9214ed183bdee8ee8a7f9e36c7284452100badedb60f9fb12438c970ccfd6735 1341 apport_1.8.1-0ubuntu1.dsc
 caadec49b13cb2358e4c8a1f117eb9e5ce3e07815d6411e3e595cc2cb9c75aba 324467 apport_1.8.1.orig.tar.gz
 18b57297a09a6813e17910dfb29d9eba51561a5721d3228521833e5d36651441 80389 apport_1.8.1-0ubuntu1.diff.gz
Files: 
 93f84f164b0cf8ad8c28ce1042b762fb 1341 utils optional apport_1.8.1-0ubuntu1.dsc
 4942e447a99543d0d064f8f93ddf3624 324467 utils optional apport_1.8.1.orig.tar.gz
 a509462b5523eb40c0441eac61cb8a9c 80389 utils optional apport_1.8.1-0ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 92653 198543 329184 348137 348250 354172 355303 396276 397945 401983 401983 408280 411276 412132 414368 417277 418051 418871 422277 422658 422881 423511 423512

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqgFGIACgkQDecnbV4Fd/JrSQCfaz8bW1sIrZEShPEDA/lwQC1G
xFAAn1d+1Pda1/Izv8etxQZwffLfjYlV
=kQRX
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list