diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:23:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 14:23:44 +0200 |
| commit | ddf91759e3fabee1e0d61372247c4256758c387c (patch) | |
| tree | 10bf95738b6ae2050a6d95da26dacd1dab73f8a0 /debian | |
| parent | e124705b95abb6ea3c4c6f96ed5559dac8a2c697 (diff) | |
| download | python-apt-ddf91759e3fabee1e0d61372247c4256758c387c.tar.gz | |
* aptsources/distro.py:
- throw NoDistroTemplateException if not distribution template
can be found
* NMU
* Fix version to not use CPU and OS since it's not available on APT
anymore (closes: #435653, #435674)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09df061d..f206ad0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,20 @@ python-apt (0.7.4) UNRELEASED; urgency=low - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember() + * aptsources/distro.py: + - throw NoDistroTemplateException if not distribution template + can be found -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jul 2007 22:33:59 +0200 +python-apt (0.7.3.1) unstable; urgency=low + + * NMU + * Fix version to not use CPU and OS since it's not available on APT + anymore (closes: #435653, #435674) + + -- Otavio Salvador <otavio@debian.org> Thu, 02 Aug 2007 18:45:25 -0300 + python-apt (0.7.3) unstable; urgency=low * apt/package.py: |
