summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-21 10:49:29 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-21 10:49:29 +0200
commitc7fd83fdfca918a7cf0b416d341bf7687a11792f (patch)
treedf9771523127783ca15e01d209c3897936bf05cd /debian/changelog
parent01995674f11c2ce21d4daf1b82160fc60215abc4 (diff)
downloadpython-apt-c7fd83fdfca918a7cf0b416d341bf7687a11792f.tar.gz
apt/debfile.py: Pass strip_multi_arch=False to parse_depends.
Patch by Michael, tests derived from the ones provided by the reporter. I included the test debs without the source package, as for our use case, all needed "source code" is included in the package itself anyway. Reported-By: Francois Gouget <fgouget@free.fr> Closes: #717859 Closes: #717861
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 81e30b64..39298b86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ python-apt (0.9.0) UNRELEASED; urgency=low
- Do not set dir::etc::sourceparts to /tmp
* apt, aptsources:
- Only call init_config() if not already initialized (Closes: #686403)
+ * apt/debfile.py:
+ - Pass strip_multi_arch=False to parse_depends. Patch by Michael, tests
+ derived from the ones provided by the reporter.
+ Closes: #717859. Closes: #717861.
[ Jeremy Bicha ]
* data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961)