Bug#936452: rust-fs-extra: please make the build reproducible

2020-09-10 Thread Chris Lamb
Dear Maintainer,

> Source: rust-fs-extra
> Version: 1.1.0-1
> Tags: patch

There hasn't seem to be any update on this bug in 376 days, in which
time the Reproducible Builds effort has come on a long way.

Would you consider applying this patch and uploading?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#936452: rust-fs-extra: please make the build reproducible

2019-08-30 Thread Chris Lamb
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