lp:~james-w/aptdaemon/fix-455861

Created by James Westby and last modified
Get this branch:
bzr branch lp:~james-w/aptdaemon/fix-455861
Only James Westby can upload to this branch. If you are James Westby please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Westby
Project:
Aptdaemon
Status:
Development

Recent revisions

340. By James Westby

Don't race between closing the debconf socket and accessing it.

As the gobject io watch events arrive asynchronously they can race with
the closing of the socket. Use a lock to ensure that they don't access the
socket at the same time, and a variable so that the callback will exit
queitly if it loses the race and waits on the lock.

339. By Sebastian Heinlein

Do not try to process a package management task which doesn't contain any
changes

338. By Sebastian Heinlein

Update documentation of the Python client module

337. By Michael Vogt

merge typo fix from 0.2.x

336. By Sebastian Heinlein

Port to the latest python-apt 0.7.9x API

335. By Sebastian Heinlein

Allow to remove obsoleted automatic depedencies, by introducing a new transaction property RemoveObsoletedDepends. Thanks to mvo for the initial work!

334. By Sebastian Heinlein

Update NEWS file

333. By Sebastian Heinlein

Show the output of the dpkg --configure -a call also in the error message after a failed transaction.

332. By Sebastian Heinlein

Some transaction don't require a consistent dep cache

331. By Sebastian Heinlein

Update man pages

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers