diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-15 15:07:58 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-15 15:07:58 +0100 |
| commit | b260eee89b518829f379f9555b8a61804ef86bc6 (patch) | |
| tree | b835d40ac35c7e2bd4633e72faa4a18df5ed5ae8 /debian | |
| parent | c86aad8bf2070784a95dda2cd0fb8f7aaff6860f (diff) | |
| parent | 2530221de1657aeac3fa2b93c6b17712a08c6399 (diff) | |
| download | python-apt-b260eee89b518829f379f9555b8a61804ef86bc6.tar.gz | |
* apt/cache.py:
- improved docstring for the cache
- add "enhances" property
* data/templates/Ubuntu.info.in:
- add lucid
* python/cache.cc:
- add UntranslatedDepType attribute to DependencyType
- add DepTypeEnum that returns a value from
{DepDepends, DepPreDepends, ...}
* python/apt_pkgmodule.cc:
- add DepDpkgBreaks, DepEnhances constants
* doc/source/apt_pkg/{cache.rst, index.rst}:
- update documentation as well
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 21ac9377..632711fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +python-apt (0.7.13.4ubuntu2) lucid; urgency=low + + [ Michael Vogt ] + * apt/cache.py: + - improved docstring for the cache + - add "enhances" property + * data/templates/Ubuntu.info.in: + - add lucid + * python/cache.cc: + - add UntranslatedDepType attribute to DependencyType + - add DepTypeEnum that returns a value from + {DepDepends, DepPreDepends, ...} + * python/apt_pkgmodule.cc: + - add DepDpkgBreaks, DepEnhances constants + * doc/source/apt_pkg/{cache.rst, index.rst}: + - update documentation as well + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 15 Jan 2010 15:06:10 +0100 + python-apt (0.7.13.4ubuntu1) lucid; urgency=low [ Michael Vogt ] |
