diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 21:36:58 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 21:36:58 +0200 |
| commit | aaf5907863bed9a044fa0e3e2eacd1ca2de53c59 (patch) | |
| tree | c377cfbf951c18f8b6bb9e2998b60ee376a9f82d /debian | |
| parent | 6975079da04ae1fad51dca63b40a1aae15f45aa0 (diff) | |
| download | python-apt-aaf5907863bed9a044fa0e3e2eacd1ca2de53c59.tar.gz | |
Introduce new progress (base) classes in apt_pkg:
- apt_pkg.AcquireProgress
- apt_pkg.OpProgress
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 5e3ec667..b2936ba1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,9 @@ python-apt (0.7.92) UNRELEASED; urgency=low work around a bug in debhelper. * Build-Depend on python-all-dev (>= 2.5.4-3), so we build for Python 2.6 * Simplify the whole building, build all Python versions with setup.py + * Introduce new progress (base) classes in apt_pkg: + - apt_pkg.AcquireProgress + - apt_pkg.OpProgress [ Sebastian Heinlein ] * apt/progress.py: Extract the package name from the status message |
