Source: rust-fs-extra
Version: 1.1.0-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed
that rust-fs-extra could not be built reproducibly.

This is because it can non-deterministically include a some temporary
generated files in the binaries as a result of running the testsuite.
A patch attached that removes these temporary files; they are not
needed in the binary package and are simply part of testing the
package during the build AFAICT.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-08-30 08:13:57.128015032 +0100
--- b/debian/rules      2019-08-30 08:21:24.551449464 +0100
@@ -4,3 +4,4 @@
 
 override_dh_auto_test:
        dh_auto_test -- test --all
+       rm -rf tests/temp

Reply via email to