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=a3513eb672ecf1bb4b63de46d32f30b7b43bf65c commit a3513eb672ecf1bb4b63de46d32f30b7b43bf65c (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Thu Jun 23 20:49:12 2022 +0200 Dpkg::BuildFlags: Document optimize feature area This feature was added in the Dpkg::Vendor:Debian module, but not documented here. Fixes: commit 9f9d22129ccc5e79c29ff9c2112cdc47ababbb09 --- scripts/Dpkg/BuildFlags.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm index f81f6b2de..e120e8e0b 100644 --- a/scripts/Dpkg/BuildFlags.pm +++ b/scripts/Dpkg/BuildFlags.pm @@ -251,7 +251,7 @@ sub set { Update the boolean state of whether a specific feature within a known feature area has been enabled. The only currently known feature areas -are "future", "qa", "sanitize", "hardening" and "reproducible". +are "future", "qa", "sanitize", "optimize", "hardening" and "reproducible". =cut -- Dpkg.Org's dpkg

