diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-21 14:35:41 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-21 14:35:41 +0100 |
| commit | 22ab3421fbb8e936c3e6e32175a04ad801d7f511 (patch) | |
| tree | 9da265554ccf418c62f4e05023e3273577bd718e /debian | |
| parent | 2002bc4d51f80e630ea1b04964ba1d1210cf3da3 (diff) | |
| download | python-apt-22ab3421fbb8e936c3e6e32175a04ad801d7f511.tar.gz | |
- 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)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0d890f44..97bdd506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,10 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low - require new libapt-pkg-dev SetCandidateRelease() * 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> Tue, 07 Dec 2010 13:41:07 +0100 |
