From 88023220f842f608fb943b34445b184d041655ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=B6ftner?= Date: Wed, 11 Dec 2024 09:52:30 +0100 Subject: [PATCH] .deb: Indicate mesaflash needs root to build During a test rebuild for building packages with `Rules-Requires-Root: no` as the default in `dpkg`, mesaflash failed to rebuild. Per the FAQ how to handle packages using static ownership, indicate we don't support building without root. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 8ac9705..462fd9f 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), libpci-dev, libmd-dev, pkg-config +Rules-Requires-Root: binary-targets Homepage: https://github.com/LinuxCNC/mesaflash Vcs-Browser: https://github.com/linuxcnc/mesaflash Vcs-Git: https://github.com/LinuxCNC/mesaflash.git -b master