Source: rust-rustls
Version: 0.20.6-6
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-rustls could not be built reproducibly.

This is because, whilst the package does attempt to clean up the
offending sslkeylogfile.txt file, this file is actually generated
under the rustls/ directory.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2022-08-01 09:43:13.283451411 -0700
--- b/debian/rules      2022-08-01 09:46:54.628158679 -0700
@@ -10,7 +10,7 @@
 
 # cleanup after test
 execute_after_dh_auto_test:
-       rm -rf sslkeylogfile.txt
+       rm -rf rustls/sslkeylogfile.txt
 
 # mangle system-shared code to use system-shared test-ca and fuzz data
 execute_after_dh_auto_install:

Reply via email to