[Pkg-rust-maintainers] Bug#1121799: rust-doxx: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Dec 2 22:28:48 GMT 2025


Source: rust-doxx
Version: 0.1.2-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: nocheck
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

This is because the tests cause a Cargo.lock file to be created, which
end up in the binary package, but only if the tests are run.

Patch attached that removes this file after running the tests.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2025-12-02 11:27:06.467269551 -0800
--- b/debian/rules	2025-12-02 11:45:23.907869264 -0800
@@ -4,3 +4,4 @@
 
 override_dh_auto_test:
 	dh_auto_test -- test --all
+	rm -f Cargo.lock


More information about the Pkg-rust-maintainers mailing list