[Pkg-rust-maintainers] Bug#1011452: rust-simplelog: please make the build reproducible

Chris Lamb lamby at debian.org
Mon May 23 09:53:36 BST 2022


Source: rust-simplelog
Version: 0.7.4-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

This is because running the testsuite results in a number of logfiles
with unreproducible contents which then get installed into the .deb
package.

Patch attached that removes these files after running the testsuite,
but you may be able to get the testsuite to simply not generate them
in the first place.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2022-05-23 09:48:02.580950601 +0100
--- b/debian/rules	2022-05-23 09:51:41.385554762 +0100
@@ -4,3 +4,4 @@
 
 override_dh_auto_test:
 	dh_auto_test -- test --all
+	rm -rf *.log


More information about the Pkg-rust-maintainers mailing list