[SRU N][PATCH 1/1] UBUNTU: [DEP-8] Add missing fakeroot dependency

Stefan Bader stefan.bader at canonical.com
Fri Jun 21 13:08:46 UTC 2024


BugLink: https://bugs.launchpad.net/bugs/2070042

Since noble the current dependencies for the ubuntu-regression-suite no
longer cause fakeroot to be available and test setup breaks. Explicitly
add fakeroot to the test dependencies.

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index a3cbca260d87..bb05f71c6cbc 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,5 +3,5 @@ Depends: @builddeps@, fakeroot
 Restrictions: allow-stderr, skippable
 
 Tests: ubuntu-regression-suite
-Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, python3
+Depends: build-essential, fakeroot, gcc-multilib [amd64 armhf i386], gdb, git, python3
 Restrictions: allow-stderr, isolation-machine, breaks-testbed, skippable
-- 
2.34.1




More information about the kernel-team mailing list