From 79fd9a4088a10cdbd8d0d60a6b53ae561188f25c Mon Sep 17 00:00:00 2001 From: badrikesh prusty Date: Sun, 7 Sep 2025 16:36:45 -0400 Subject: [PATCH] Set Rules-Requires-Root: no to prevent unnecessary fakeroot calls 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 9a9a993..73433b0 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Alexander Smirnov Build-Depends: debhelper-compat (= 12), docbook-to-man Standards-Version: 3.9.5 Homepage: https://github.com/ilbers/libhello +Rules-Requires-Root: no Package: libhello Architecture: any