diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-19 10:48:45 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-19 10:48:45 +0200 |
| commit | 1da9275d2c3e94f4c28302d0580f4d7a8fe8ebb3 (patch) | |
| tree | 279bcf695a98b4ab60dcd087bc497464fa2578eb /debian | |
| parent | 4133baa95eaf2a8638c2ad8acea42e061049db02 (diff) | |
| download | python-apt-1da9275d2c3e94f4c28302d0580f4d7a8fe8ebb3.tar.gz | |
python/acquire.cc: Use pkgAcquire::Setup() to setup the acquire class
and handle errors from this (Closes: #629624)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 771fed36..20bf1b0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,9 @@ python-apt (0.8.5) UNRELEASED; urgency=low a segmentation fault (Closes: #661062) * python/tag.cc: - Correctly handle file descriptor 0 aka stdin (Closes: #669458) + * python/acquire.cc: + - Use pkgAcquire::Setup() to setup the acquire class and handle errors + from this (Closes: #629624) -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 14:09:24 +0200 |
