diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-12 10:14:10 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-12 10:14:10 +0200 |
| commit | 2d2ba80ac8aafbfc4f5a2a2ae6490ad994d57d9d (patch) | |
| tree | e124ac55d34834c03aba5585dd8d566c33667f38 /debian | |
| parent | 6d4ac7f78db22a03f0b4f295fdd7dacd22b7cc48 (diff) | |
| parent | 1cc440e8426cdd297f73f7322356744d190f58fe (diff) | |
| download | python-apt-2d2ba80ac8aafbfc4f5a2a2ae6490ad994d57d9d.tar.gz | |
merged from lp:~mvo/python-apt/mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b40aae0e..41683a27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,12 @@ python-apt (0.8.5) UNRELEASED; urgency=low [ Evan Dandrea ] * Don't leak file descriptors. + + [ Steve Langasek ] + * utils/get_ubuntu_mirrors_from_lp.py: move this script to python3 + * pre-build.sh: call dpkg-checkbuilddeps with the list of our + source-build-dependencies; this may save someone else an hour down the + line scratching their head over gratuitous test-suite failures... -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 14:09:24 +0200 @@ -51,6 +57,19 @@ python-apt (0.8.4~exp1) experimental; urgency=low -- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 14:02:46 +0100 +python-apt (0.8.3ubuntu9) UNRELEASED; urgency=low + + [ Steve Langasek ] + * Don't leak file descriptors. + + [ Colin Watson ] + * aptsources/*.py, setup.py: Make aptsources modules work directly in + either Python 2 or 3, and exclude the "future" 2to3 fixer so that 2to3 + doesn't need to modify them. This makes life a little easier for the + strange tricks update-manager plays with its dist-upgrader tarball. + + -- Evan Dandrea <ev@ubuntu.com> Mon, 11 Jun 2012 17:00:37 +0100 + python-apt (0.8.3) unstable; urgency=low [ Alexey Feldgendler ] |
