From a8c08a21982eda0a1d58e34259ce03cb1df38eac Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 Dec 2023 10:49:48 +0900 Subject: [PATCH] UBUNTU: [Packaging] Enable rootless builds 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 Acked-by: Agathe Porte Acked-by: Thibault Ferrante Signed-off-by: Dimitri John Ledkov --- 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 589488cc9a22..5dc9ed39f849 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 +Rules-Requires-Root: no Standards-Version: 3.9.4.0 Build-Depends: debhelper-compat (= 10),