diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:26:03 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:26:03 +0100 |
| commit | 5cbf0b5807b4cc67818eae652b59a25d52eb9f7b (patch) | |
| tree | 7a2d82984acf2cfae0d874927ffd58c361afc900 /debian | |
| parent | 33522c90ad814bc03643fd3bea435315831a8c7f (diff) | |
| download | python-apt-5cbf0b5807b4cc67818eae652b59a25d52eb9f7b.tar.gz | |
* apt/cache.py:
- when setting a alternative rootdir, read the
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b41246f..ffacbec0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,11 @@ python-apt (0.7.9~exp3) experimental; urgency=low * apt/package.py: - make sure to set the defaulttimeout back to the original value (in getChangelog(), LP: #314212) + * apt/cache.py: + - when setting a alternative rootdir, read the + config from it as well + * python/configuration.cc, python/apt_pkgmodule.cc: + - add apt_pkg.ReadConfigDir() -- |
