diff options
| author | Michael Vogt <mvo@debian.org> | 2011-03-21 14:48:47 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2011-03-21 14:48:47 +0100 |
| commit | 5050f5f7c7f4b1fdd8bfec37c8baead2237e4f2d (patch) | |
| tree | 07a4a5b10e9d9900501d43f76bd86593172efce1 /debian | |
| parent | be46a92a5621d2c199792ead5371afb979f32f9c (diff) | |
| parent | 22ab3421fbb8e936c3e6e32175a04ad801d7f511 (diff) | |
| download | python-apt-5050f5f7c7f4b1fdd8bfec37c8baead2237e4f2d.tar.gz | |
merged from mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9559587d..0641983d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,14 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low * py3 compatible exception handline * debian/control: - bump minimal python version to >= 2.6 + * python/apt_pkgmodule.cc: + - strip multiarch by default in RealParseDepends + - add optional parameter to allow parse_depends() to keep the + multiarch parameter + * tests/test_deps.py: + - add test forapt_pkg.parse_depends(strip_multiarch=True) - -- Michael Vogt <mvo@debian.org> Fri, 18 Feb 2011 22:34:09 +0100 + -- Michael Vogt <mvo@debian.org> Mon, 21 Mar 2011 14:48:35 +0100 python-apt (0.7.100.1) unstable; urgency=low |
