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=ffb1714f336689560e2c34d17b35e03000465de5 commit ffb1714f336689560e2c34d17b35e03000465de5 Author: Guillem Jover <[email protected]> AuthorDate: Sat Feb 10 18:28:00 2024 +0100 man: Document known feature areas in DEB_BUILD_OPTIONS for dpkg-buildpackage The entry for DEB_BUILD_OPTIONS has a list of known options but not for the known feature areas that dpkg-buildflags handles. --- man/dpkg-buildpackage.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/dpkg-buildpackage.pod b/man/dpkg-buildpackage.pod index a145d12e9..660333c95 100644 --- a/man/dpkg-buildpackage.pod +++ b/man/dpkg-buildpackage.pod @@ -791,6 +791,23 @@ flag to the B<MAKEFLAGS> environment variable. The F<debian/rules> in the packaging should reduce verbosity, while not being completely quiet. +=item B<hardening=>I<feature-spec> + +=item B<reproducible=>I<feature-spec> + +=item B<abi=>I<feature-spec> + +=item B<future=>I<feature-spec> + +=item B<qa=>I<feature-spec> + +=item B<optimize=>I<feature-spec> + +=item B<sanitize=>I<feature-spec> + +These are feature areas that control build flag features. +See L<dpkg-buildflags(1)> for further details. + =back =item B<DEB_BUILD_PROFILES> -- Dpkg.Org's dpkg

