[Pkg-rust-maintainers] Bug#1134668: rust-opam-file-rs: please make the build reproducible
Chris Lamb
lamby at debian.org
Wed Apr 22 23:11:35 BST 2026
Source: rust-opam-file-rs
Version: 0.1.5-2
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-opam-file-rs could not be built reproducibly.
This is because running the testsuite generates a parser.rs file which
gets included in the binary package. This means that if the tests are
skipped, then the package will not include this file... meaning that the
package is unreproducible.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2026-04-22 14:42:56.826188822 -0700
--- b/debian/rules 2026-04-22 15:04:19.497739200 -0700
@@ -4,3 +4,4 @@
override_dh_auto_test:
dh_auto_test -- test --all
+ find debian -name parser.rs -delete
More information about the Pkg-rust-maintainers
mailing list