diff mbox series

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

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

Commit Message

Masahiro Yamada Dec. 1, 2023, 5:51 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>
---

 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 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@lists.ubuntu.com>
+Rules-Requires-Root: no
 Standards-Version: 3.9.4.0
 Build-Depends:
  debhelper-compat (= 10),