[m/unstable PATCH 1/2] UBUNTU: SAUCE: Enable rootless builds

Masahiro Yamada masahiro.yamada at canonical.com
Fri Dec 1 05:51:31 UTC 2023


Let the build driver (e.g. dpkg-buildpackage) know this can be built
without root privilege. DEB_RULES_REQUIRES_ROOT will be set to "no"
instead of "binary-targets".

Signed-off-by: Masahiro Yamada <masahiro.yamada at canonical.com>
---

 debian.master/control.stub.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index e2a0b55538d4..4813966b5076 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -2,6 +2,7 @@ Source: SRCPKGNAME
 Section: devel
 Priority: optional
 Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
+Rules-Requires-Root: no
 Standards-Version: 3.9.4.0
 Build-Depends:
  debhelper-compat (= 10),
-- 
2.40.1




More information about the kernel-team mailing list