Bug#1093199: parser: please make the build reproducible
Chris Lamb
lamby at debian.org
Thu Jan 16 10:42:00 GMT 2025
Source: parser
Version: 3.5.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
parser could not be built reproducibly.
This is because it ships a binary, nondeterministic example. A patch
is attached that removes this after it was generated in the tests. (I
don't think we need to ship this file, do we?)
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2025-01-16 10:25:13.667390607 +0000
--- b/debian/rules 2025-01-16 10:35:34.698351354 +0000
@@ -23,6 +23,7 @@
override_dh_auto_test:
./debian/tests/parse
+ rm -f ./debian/examples/_test.pag
override_dh_auto_install:
dh_auto_install
More information about the Reproducible-bugs
mailing list