This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 2587fce6d86347d4ec45abeca51f996bffb73a63 Author: Guillem Jover <[email protected]> Date: Tue Aug 9 02:46:41 2016 +0200 doc: Update custom changelog parser API support status in README.api --- debian/changelog | 2 ++ doc/README.api | 14 ++++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 391c477..160c4fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium [ Guillem Jover ] + * Documentation: + - Update custom changelog parser API support status in README.api. * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/doc/README.api b/doc/README.api index 6cd8eb2..13f1b96 100644 --- a/doc/README.api +++ b/doc/README.api @@ -27,15 +27,9 @@ Description: In case of API-breaking changes, the major number in $VERSION will be increased. For API extensions, the minor number will be increased. -What: custom changelog parsers in /usr/lib/dpkg/parsechangelog +What: custom changelog parsers as Dpkg::Changelog derived modules Status: stable -Version: 2.0 Description: - Since dpkg 1.14.16, the set of command line options that custom - changelog parsers must support has been expanded (see - dpkg-parsechangelog(1)). For compatibility, changelog parsers supporting - only the old options are supported in lenny. In lenny+1, that support - will be dropped. - . - For reference, only the -v option was supported in version 1.0 of this - API. + Since dpkg 1.18.8, custome changelog parsers are supported as modules + derived from the Dpkg::Changelog module. The derived modules need to + implement all required documented methods. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

