This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=23e92f568ba8d03e712b38ddb4e268c4fdd297b7 commit 23e92f568ba8d03e712b38ddb4e268c4fdd297b7 Author: Guillem Jover <[email protected]> AuthorDate: Thu Apr 27 23:44:26 2023 +0200 doc: Add a Status field to frontend-api spec --- doc/spec/frontend-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/spec/frontend-api.txt b/doc/spec/frontend-api.txt index 9ea1e20f6..5f25741ba 100644 --- a/doc/spec/frontend-api.txt +++ b/doc/spec/frontend-api.txt @@ -1,6 +1,12 @@ Frontend Interfaces =================== +Status: recommendation, stable + + +Overview +-------- + This file will try to document some of the interfaces that dpkg makes available to frontends or that expects them to use, which are currently not covered by any other type of documentation. -- Dpkg.Org's dpkg

