lp:ubuntu/maverick-proposed/aptdaemon

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick-proposed/aptdaemon
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

51. By Michael Vogt

[ Sebastian Heinlein ]
 * debian/patches/10_improve_error_reporting.patch:
  - There are currently three errors which don't provide enough information
    to be fixed:
    Sometimes installation of local package files fails. This patch raises a
    PACKAGE_MANAGER_FAILED error instead of an unknown one in this case and
    adds the output of the dpkg call to the error (e.g. LP: #665722).
    Furthermore the TransactionFailed exception doesn't show the
    details and the code by default (LP: #665218).
    The message of lock.LockFailedError doesn't contain the lock file path
    and the blocking process (LP: #665572).

50. By Sebastian Heinlein

* debian/patches/10_improve_error_reporting.patch:
  - There are currently three errors which don't provide enough information
    to be fixed:
    Sometimes installation of local package files fails. This patch raises a
    PACKAGE_MANAGER_FAILED error instead of an unknown one in this case and
    adds the output of the dpkg call to the error (e.g. LP: #665722).
    Furthermore the TransactionFailed exception doesn't show the
    details and the code by default (LP: #665218).
    The message of lock.LockFailedError doesn't contain the lock file path
    and the blocking process (LP: #665572).

49. By Sebastian Heinlein

* debian/patches/09_fix_index_race_659438.patch:
  - If the background cron job rebuilds the apt indexes the
    apt.Cache.required_download method fails, since it tries to access
    the not available indexes. This patch is a workaround since it
    is requires a lock on the indexes before caluclating the size
    (LP: #659438)

48. By Michael Vogt

* debian/patches/06_rosetta_po_update.patch:
  - updated translations from rosetta, this includes the
    policy.in files that can not be updated via language-packs
    (LP: #655642)

47. By Michael Vogt

* 07_fix-race-597017.patch:
  - fix race in locking by backporting the relevant bits from
    lp:aptdaemon/trunk (thanks to Sebastian Heinlein)
    (LP: #597017)

46. By Michael Vogt

* fix incorrect error message on failed key adding
* fix crash when sys.stdin.encoding returns None
* fix gettext string (thanks Gabor)

45. By Michael Vogt

* merge fixes from bzr:
  - allow purge of removed files with conffiles left
  - fix bug when deferable is called with sync=True
  - use wait=False in enable_distro component
  - Fix local dpkg installation from unicode pathes by
    converting the strings to UTF-8
  - fix potential exception in wait=True, defer=True calls

44. By Michael Vogt

* merge fixes from bzr:
  - fix for aptdaemon.client.get_transaction()
  - autodetect if "defer" is needed

43. By Michael Vogt

* new bzr snapshot:
  - makes 03_auth_me_less.patch no longer needed (applied upstream)
  - improvements to the policykit privs

42. By Michael Vogt

* new bzr snapshot:
  - makes 07_i18n_fixes.patch no longer needed (applied upstream)
  - supports partial cache update (important fix for the buy-something
    use case)
  - fix missing (untranslated) role strings
* debian/control:
  - depend on the right python-apt version

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/aptdaemon
This branch contains Public information 
Everyone can see this information.

Subscribers