Source: rust-simplelog
Version: 0.7.4-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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

Reply via email to