summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-23 09:59:32 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-23 09:59:32 +0100
commit16917ac913f029aed5148bdb134069901c816300 (patch)
tree1d1b694942f22d8acf22eb7ce8f7cffd8cc0c481 /debian
parent9ecd5cc188487f6823fb450d1ef4aa3f97fcef7b (diff)
downloadpython-apt-16917ac913f029aed5148bdb134069901c816300.tar.gz
* apt/cache.py:
- when running with the rootdir option, run InitConfig() again to ensure that the config from the rootdir is read, not from the host (lp: #243550)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 400b15f5..73715a36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ python-apt (0.7.9~exp3) experimental; urgency=low
- fix incorrect indent
* debian/control:
- add Recommends to iso-codes (for iso_3166.xml)
+ * apt/cache.py:
+ - when running with the rootdir option, run
+ InitConfig() again to ensure that the config
+ from the rootdir is read, not from the host
+ (lp: #243550)
--