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=292aa3e202ceb87776eddf04b015aa198303d724 commit 292aa3e202ceb87776eddf04b015aa198303d724 Author: Guillem Jover <[email protected]> AuthorDate: Fri Dec 1 05:00:10 2023 +0100 man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults Fixes: commit 896c7d0a1b6d5bf766bcc953b57794ae9543e712 --- man/deb-src-control.pod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/deb-src-control.pod b/man/deb-src-control.pod index f5160e10e..4342aaa08 100644 --- a/man/deb-src-control.pod +++ b/man/deb-src-control.pod @@ -109,13 +109,16 @@ This field is used to indicate whether the B<debian/rules> file requires =item B<no> The binary targets will not require (fake)root at all. +This is the default in B<dpkg-build-api> level >= 1. =item B<binary-targets> The binary targets must always be run under (fake)root. -This value is the default when the field is omitted; adding the field -with an explicit B<binary-targets> while not strictly needed, marks -it as having been analyzed for this requirement. +This value is the default in B<dpkg-build-api> level 0, +when the field is omitted; +adding the field with an explicit B<binary-targets>, +while not strictly needed, +marks it as having been analyzed for this requirement. =item I<impl-keywords> -- Dpkg.Org's dpkg

