]> err.no Git - dpkg/blob - README.api
Merge commit 'err.no/master'
[dpkg] / README.api
1 This is an (incomplete) list of currently provided APIs by dpkg, and
2 their supported status.
3
4
5 What: Dpkg (perl modules)
6 Status: testing
7 Description:
8  The API provided by these modules is not yet stable, it's only supposed to
9  be used internally by dpkg for now.
10
11 What: custom changelog parsers in /usr/lib/dpkg/parsechangelog
12 Status: stable
13 Version: 2.0
14 Description:
15  Since dpkg 1.14.16, the set of command-line options that custome
16  changelog parsers must support has been expanded (see
17  dpkg-parsechangelog(1)). For compatibility, changelog parsers supporting
18  only the old options are supported in lenny. In lenny+1, that support
19  will be dropped.
20  .
21  For reference, only the -v option was supported in version 1.0 of this
22  API.