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:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user