diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-05-19 15:40:21 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-05-19 15:40:21 +0200 |
| commit | a2564f533b18c3dfc5ce485c2965e9c8fed3c380 (patch) | |
| tree | 751987648d15a8e27e1629dcafc7ce69974a4c79 /debian | |
| parent | d55ec0082540e99d520426bb73d3443f2175213b (diff) | |
| download | python-apt-a2564f533b18c3dfc5ce485c2965e9c8fed3c380.tar.gz | |
Add Version.source_version and enhance Sebastian's patch to make use
of it, in order to find the best changelog for the package.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 22418888..96f93813 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ python-apt (0.7.95) UNRELEASED; urgency=low - Fix fetch_source() to work when source name = binary name (LP: #552400). - Merge a patch from Sebastian Heinlein to make get_changelog() only check sources where source version >= binary version (Closes: #581831). + - Add Version.source_version and enhance Sebastian's patch to make use + of it, in order to find the best changelog for the package. * python: - Return bool instead of int to Python where possible, looks better. - Document every class, function, property. |
