diff mbox series

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

Message ID 20240621130846.77702-1-stefan.bader@canonical.com
State New
Headers show
Series [SRU,N,1/1] UBUNTU: [DEP-8] Add missing fakeroot dependency | expand

Commit Message

Stefan Bader June 21, 2024, 1:08 p.m. UTC
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>
---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Pisati June 27, 2024, 2:47 p.m. UTC | #1
On Fri, Jun 21, 2024 at 03:08:46PM +0200, Stefan Bader wrote:
> BugLink: https://bugs.launchpad.net/bugs/2070042

Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Manuel Diewald June 28, 2024, 2:47 p.m. UTC | #2
On Fri, Jun 21, 2024 at 03:08:46PM +0200, Stefan Bader wrote:
> 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>
> ---
>  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
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Manuel Diewald <manuel.diewald@canonical.com>
Stefan Bader July 4, 2024, 5:43 p.m. UTC | #3
On 21.06.24 15:08, Stefan Bader wrote:
> 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>
> ---
>   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

Applied to noble:linux/master-next. Thanks.

-Stefan
diff mbox series

Patch

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