Raphaël Hertzog bb9af2d083 Drop compatibility with old changelog parsers (as planned) 16 年之前
..
.gitignore 876b512631 doc: Add doxygen support 16 年之前
Doxyfile.in 2ba520490b doc: Tune some Doxygen settings 16 年之前
README.api c14a29ae99 Move development documentation to doc/ 17 年之前
README.feature-removal-schedule bb9af2d083 Drop compatibility with old changelog parsers (as planned) 16 年之前
coding-style.txt 876b512631 doc: Add doxygen support 16 年之前
triggers.txt de995070a6 doc: Fix wrong dpkg trigger related option names 18 年之前

README.api

This is an (incomplete) list of currently provided APIs by dpkg, and
their supported status.


What: Dpkg (perl modules)
Status: testing
Description:
The API provided by these modules is not yet stable, it's only supposed to
be used internally by dpkg for now.

What: custom changelog parsers in /usr/lib/dpkg/parsechangelog
Status: stable
Version: 2.0
Description:
Since dpkg 1.14.16, the set of command-line options that custome
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.