Skip to content

Conversation

@baprusty
Copy link

@baprusty baprusty commented Sep 7, 2025

Setting "Rules-Requires-Root: no" in the debian/control file avoids unnecessarily calling fakeroot in the build environment.

Debian recommends not using fakeroot to build a package if it is not required i.e., if a package's build doesn't require any privileged operations such as changing ownership to root, installing/modifying files as root.

Setting "Rules-Requires-Root: no" in the debian/control file avoids
unnecessarily calling fakeroot in the build environment.

Debian recommends not using fakeroot to build a package if it is not
required i.e., if a package's build doesn't require any privileged
operations such as changing ownership to root, installing/modifying
files as root.

Signed-off-by: badrikesh prusty <badrikesh.prusty@siemens.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant