diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-03 15:56:15 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-09-03 15:56:15 +0200 |
| commit | 153e0ff362dfe7e0dbd6bf045a4aa1225d12b743 (patch) | |
| tree | 360971bf2da8db8cabed61af3c9ccac97617317f /debian | |
| parent | bad4ccc67b4fb538498550ff48aef0e40bbb065c (diff) | |
| parent | 7acb16fc4baa43cf2cbbc4de948973bdc099d878 (diff) | |
| download | python-apt-153e0ff362dfe7e0dbd6bf045a4aa1225d12b743.tar.gz | |
* apt/cache.py:
- re-work the logic in commit() to fail if installArchives() returns
a unexpected result
* apt/progress/__init__.py:
- catch exceptions in pm.DoInstall()
* apt/package.py:
- Export if a package is an essential one (Closes: #543428)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 16efbb88..87d7441a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +python-apt (0.7.13.2ubuntu2) UNRELEASEDkarmic; urgency=low + + [ Michael Vogt ] + * apt/cache.py: + - re-work the logic in commit() to fail if installArchives() returns + a unexpected result + * apt/progress/__init__.py: + - catch exceptions in pm.DoInstall() + + [ Sebastian Heinlein ] + * apt/package.py: + - Export if a package is an essential one (Closes: #543428) + + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 03 Sep 2009 15:36:56 +0200 + python-apt (0.7.13.2ubuntu1) karmic; urgency=low * merged from the debian-sid bzr branch |
