Bug#999689: reprotest: autopkgtest missing dependency on diffoscope

2021-11-14 Thread Vagrant Cascadian
Control: tags 999689 pending

On 2021-11-14, Stefano Rivera wrote:
> Fixing #988964 broke the "not need_builddeps" autopkgtest:
> https://ci.debian.net/packages/r/reprotest/unstable/amd64/
>
> It has failed since 0.7.16.
>
> The easy fix is:
> diff --git a/debian/tests/control b/debian/tests/control
> index 8132bdc..e5a47b8 100644
> --- a/debian/tests/control
> +++ b/debian/tests/control
> @@ -1,5 +1,5 @@
>  Test-Command: debian/rules autopkgtest-pytest PYTEST_MARKEXPR="not 
> need_builddeps"
> -Depends: @, python3-pytest, faketime, locales-all, fakeroot
> +Depends: @, diffoscope, python3-pytest, faketime, locales-all, fakeroot
>  
>  Test-Command: debian/rules autopkgtest-pytest 
> PYTEST_MARKEXPR="need_builddeps"
>  Depends: @, @builddeps@, fakeroot


Pushed to git:

  
https://salsa.debian.org/reproducible-builds/reprotest/-/commit/3ed09e34943e49c757ff51796acd557e91547b04

Thanks!

live well,
  vagrant


signature.asc
Description: PGP signature


Bug#999689: reprotest: autopkgtest missing dependency on diffoscope

2021-11-14 Thread Stefano Rivera
Source: reprotest
Version: 0.7.17
Severity: normal
Tags: patch

Fixing #988964 broke the "not need_builddeps" autopkgtest:
https://ci.debian.net/packages/r/reprotest/unstable/amd64/

It has failed since 0.7.16.

The easy fix is:
diff --git a/debian/tests/control b/debian/tests/control
index 8132bdc..e5a47b8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Test-Command: debian/rules autopkgtest-pytest PYTEST_MARKEXPR="not 
need_builddeps"
-Depends: @, python3-pytest, faketime, locales-all, fakeroot
+Depends: @, diffoscope, python3-pytest, faketime, locales-all, fakeroot
 
 Test-Command: debian/rules autopkgtest-pytest PYTEST_MARKEXPR="need_builddeps"
 Depends: @, @builddeps@, fakeroot

SR