summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-10-23 12:37:49 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-10-23 12:37:49 +0200
commit6bd628c370b05b80b59552e4bbc970928aca91a1 (patch)
tree80ebcac7fc698d3fd70afdffcf01cf05ba5f3b7f /debian
parent870bf6095484206655f58753a12430da4569645c (diff)
downloadpython-apt-6bd628c370b05b80b59552e4bbc970928aca91a1.tar.gz
build fixes for python3.3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e8ca556..5d0b3900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ python-apt (0.8.8.1) UNRELEASED; urgency=low
* python/cache.cc:
- add "Codename" to PackageFile object
* add dep8 style autopkgtest support
-
+ * build fixes for python3.3
+
[ Jason Conti ]
* lp:~jconti/python-apt/closeable-cache:
- add apt.Cache.close() method