summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:36:46 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:36:46 +0100
commitfb4ef05de0a64f75f2896d9e74c88a3bb3db00c7 (patch)
treebe06aceff723613c6b726799c09a0951ee1a009d /debian
parentff886d6a8c468a31433013250aed337dfe0770cc (diff)
downloadpython-apt-fb4ef05de0a64f75f2896d9e74c88a3bb3db00c7.tar.gz
apt/package.py: use lt() instead of cmp()
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cc922735..fece12fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,7 @@ python-apt (0.8.2) UNRELEASED; urgency=low
* apt/cache.py:
- remove "print" when creating dirs in apt.Cache(rootdir=dir),
thanks to Martin Pitt
- - add __cmp__ to apt.Package so that sort() sorts by name
+ - add __lt__ to apt.Package so that sort() sorts by name
on list of package objects
* debian/control:
- add recommends to xz-lzma to ensure we have the unlzma command