[go: up one dir, main page]

File: README.api

package info (click to toggle)
dpkg 1.14.31
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 27,324 kB
  • ctags: 3,001
  • sloc: ansic: 16,940; perl: 11,330; sh: 5,556; cpp: 4,448; makefile: 627; lex: 180; sed: 16
file content (22 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.