diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-15 15:52:48 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-15 15:52:48 +0100 |
| commit | 9050a3414388b942696173c828ed9d5d2c963409 (patch) | |
| tree | 0f31992d7b2eaae16d9574fd94e5a53705f72cc0 | |
| parent | 5b348d4e1c0377eb1086cdaf05b20b860a1467eb (diff) | |
| download | python-apt-9050a3414388b942696173c828ed9d5d2c963409.tar.gz | |
debian/changelog: Fix indentation.
| -rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e455d2ed..35a949db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,9 +6,9 @@ python-apt (0.7.93) UNRELEASED; urgency=low like apt-get --print-uris update (cf. #551164). * Build for all supported Python versions newer than 2.5. - Disable 2.6 and 3.1 builds previously available in experimental. - * Merge lp:~forest-bond/python-apt/cache-is-virtual-package-catch-key-error + * Merge lp:~forest-bond/python-apt/cache-is-virtual-package-catch-key-error - Return False in Cache.is_virtual_package if the package does not exist. - * Make all class-level constants have uppercase names. + * Make all class-level constants have uppercase names. [ Colin Watson ] * apt/progress/__init__.py: |
