summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-04-01 15:21:39 +0200
committerJulian Andres Klode <jak@debian.org>2010-04-01 15:21:39 +0200
commitee15a84128199c2ef23afcf88dbc2f02df08adcc (patch)
treef6afe6820cce70c2d390abc643ae3b3c0da5c75e /debian
parent0051fdbeff5e08248900cf0b8858178a3dceba7b (diff)
downloadpython-apt-ee15a84128199c2ef23afcf88dbc2f02df08adcc.tar.gz
Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b66f108e..a685e648 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low
- Fix fetch_source() to work when source name = binary name (LP: #552400).
* python/cache.cc:
- Check that 2nd argument to Cache.update() really is a SourceList object.
+ - Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource.
* python/generic.cc:
- Fix a memory leak when using old attribute names.
- Map ArchiveURI property to archive_uri