diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-28 15:59:13 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-28 15:59:13 +0200 |
| commit | e84f2882720a042cf3ef7941dae0e37851eaaef5 (patch) | |
| tree | 371613166fe03ccae17dc582955579a226c3bac6 /debian | |
| parent | eafb17c880c643b7e9223e673e51d7ce5a10cef5 (diff) | |
| parent | 2d771cd542128fa347c353ddb6cdad5a684652f3 (diff) | |
| download | python-apt-e84f2882720a042cf3ef7941dae0e37851eaaef5.tar.gz | |
use strprintf() from libapt instead of PyString_FromFormat()
because PyString_FromFormat() does not support %llu in python
versions below 2.7
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 98f9091e..010c30c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ python-apt (0.7.96.1ubuntu12) maverick; urgency=low * python/acquire-item.cc: - fix two more int -> long long change to follow the changes from libapt + - use strprintf() from libapt instead of PyString_FromFormat() + because PyString_FromFormat() does not support %llu in python + versions below 2.7 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 24 Sep 2010 21:22:38 +0200 |
