Hello. I have not a fix for this one, but one thing I would definitely do is to not include the outcome of running the tests inside the package itself (i.e. file /usr/share/salmon/build-test-logs/LastTest.log).
Rationale: - We already have the build logs in buildd.debian.org for that. - The tests do not run in the nocheck build profile, and the package should build the same regardless of using or not the nocheck build profile. - Including the file makes the package not to be reproducible. So this would be a first step: --- a/debian/install +++ b/debian/install @@ -1,2 +1,2 @@ #build/src/sailfish usr/lib/salmon -obj-*/Testing/Temporary/*l* usr/share/salmon/build-test-logs +#obj-*/Testing/Temporary/*l* usr/share/salmon/build-test-logs but it's not enough. Hopefully somebody else can find a full fix for this. Thanks.

