diff mbox series

[noble,v2,2/3] UBUNTU: SAUCE: Enable rootless builds

Message ID 20231204014949.2034062-3-masahiro.yamada@canonical.com
State New
Headers show
Series Add support for rootless builds (Hackathon: KERNTT-669) | expand

Commit Message

Masahiro Yamada Dec. 4, 2023, 1:49 a.m. UTC
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@canonical.com>
---

(no changes since v1)

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

Patch

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index e8682fbc6a16..316d2271ed23 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@lists.ubuntu.com>
+Rules-Requires-Root: no
 Standards-Version: 3.9.4.0
 Build-Depends:
  debhelper-compat (= 10),