diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-10 15:01:18 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-10 15:01:18 +0100 |
| commit | ab48075a8c46d8006337754dea80bf8e8930a4b0 (patch) | |
| tree | 47adb4942fd730dd10a008f2b264f0aaa92d6d7a /debian | |
| parent | 5dcb4f67ca94d79f05cbd0940bbb5a7796a05bca (diff) | |
| download | python-apt-ab48075a8c46d8006337754dea80bf8e8930a4b0.tar.gz | |
* python/apt_pkgmodule.cc:
- Treat '>>' and '>', '<<' and '<' as identical in check_dep (LP: #535667).
* tests:
- test_deps: Add tests for apt_pkg.CheckDep, apt_pkg.check_dep,
apt_pkg.parse_depends and apt_pkg.parse_src_depends.
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 090ee043..5c6e6895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-apt (0.7.93.4) unstable; urgency=low * python/acquire-item.cc: - Add AcquireItem.partialsize member. + * python/apt_pkgmodule.cc: + - Treat '>>' and '>', '<<' and '<' as identical in check_dep (LP: #535667). * python/generic.cc: - Map UntranslatedDepType to dep_type_untranslated. * python/tag.cc: @@ -24,6 +26,9 @@ python-apt (0.7.93.4) unstable; urgency=low - pre-build.sh: update ubuntu mirrors on bzr-buildpackage (and also do this for Debian mirrors) - add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4) + * tests: + - test_deps: Add tests for apt_pkg.CheckDep, apt_pkg.check_dep, + apt_pkg.parse_depends and apt_pkg.parse_src_depends. * tests/data/aptsources/sources.list.testDistribution: - change one mirror which is not on the mirror list anymore. * utils/get_debian_mirrors.py: |
