Source: rust-doxx
Version: 0.1.2-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]

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

Reply via email to