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=18c6c80b006caff0eb7a3cb37ad0be6546c16f9f commit 18c6c80b006caff0eb7a3cb37ad0be6546c16f9f Author: Guillem Jover <[email protected]> AuthorDate: Sun Aug 18 02:48:25 2024 +0200 scripts/mk: Document DPKG_BUILD_API in buildapi.mk The variable was not documented explicitly, which we should do so that only documented variables can be considered public interfaces. --- scripts/mk/buildapi.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mk/buildapi.mk b/scripts/mk/buildapi.mk index 3a1f16405..defed706e 100644 --- a/scripts/mk/buildapi.mk +++ b/scripts/mk/buildapi.mk @@ -1,4 +1,5 @@ -# This Makefile fragment (since dpkg 1.22.0) handles the build API. +# This Makefile fragment (since dpkg 1.22.0) defines the DPKG_BUILD_API +# variable, that contains the package dpkg-build-api(7) level. ifndef dpkg_buildapi_mk_included dpkg_buildapi_mk_included = yes -- Dpkg.Org's dpkg

