diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-22 18:36:46 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-22 18:36:46 +0100 |
| commit | fb4ef05de0a64f75f2896d9e74c88a3bb3db00c7 (patch) | |
| tree | be06aceff723613c6b726799c09a0951ee1a009d /debian | |
| parent | ff886d6a8c468a31433013250aed337dfe0770cc (diff) | |
| download | python-apt-fb4ef05de0a64f75f2896d9e74c88a3bb3db00c7.tar.gz | |
apt/package.py: use lt() instead of cmp()
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
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 |
