Your message dated Tue, 18 Oct 2022 04:42:48 +0100
with message-id <[email protected]>
and subject line re: rust-insta: please make the build reproducible
has caused the Debian Bug report #994978,
regarding rust-insta: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
994978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994978
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-insta
Version: 1.3.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed
that rust-insta could not be built reproducibly.
This is because the testsuite generates a strange
.runtime.rs.pending-snap file that gets installed to the
/usr/share/cargo/registry/insta-1.3.0/src directory
Patch attached that simply deletes this file after the testsuite run.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2021-09-24 09:38:41.060446401 +0100
--- b/debian/rules 2021-09-24 09:47:11.613350777 +0100
@@ -4,3 +4,4 @@
override_dh_auto_test:
dh_auto_test -- test --all || true
+ find -name "*.pending-snap" -delete
--- End Message ---
--- Begin Message ---
Version: 1.5.2-1
Whilst working on the Reproducible Builds effort [0] we noticed
that rust-insta could not be built reproducibly.
This is because the testsuite generates a strange
.runtime.rs.pending-snap file that gets installed to the
/usr/share/cargo/registry/insta-1.3.0/src directory
This no longer seems to be an issue since version 1.5.2-1
--- End Message ---