summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-08-10 11:07:06 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-08-10 11:07:06 +0200
commit30505be641ba127ef66b84619fc8a7dc9d7350f2 (patch)
tree0537fcb41fc798528fa4d76dbbff2623de00967f /debian
parent5064019ed13dc0dfc33485e3fb4fac00a6deb5e5 (diff)
downloadpython-apt-30505be641ba127ef66b84619fc8a7dc9d7350f2.tar.gz
* python/acquire.cc:
- return long long when calling TotalNeeded(), FetchNeeded() and PartialPresent() from pkgAcquire(). This follows the change in libapt.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3906c485..761742ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,10 @@ python-apt (0.7.97) UNRELEASED; urgency=low
- add binding for the "dump()" method to configruation objects
* apt/debfile.py:
- fix crash in DscFile handling and add regression test
+ * python/acquire.cc:
+ - return long long when calling TotalNeeded(), FetchNeeded() and
+ PartialPresent() from pkgAcquire(). This follows the change
+ in libapt.
-- Julian Andres Klode <jak@debian.org> Fri, 23 Jul 2010 16:14:39 +0200