UBUNTU: [DEP-8] Add missing fakeroot dependency

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@canonical.com>
Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Manuel Diewald <manuel.diewald@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
This commit is contained in:
Stefan Bader
2024-06-21 15:08:00 +02:00
parent f3d132a06b
commit dbdbb61efc
+1 -1
View File
@@ -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