Bug#1120353: parsinsert: please make the build reproducible
Chris Lamb
lamby at debian.org
Fri Nov 7 23:09:00 GMT 2025
Source: parsinsert
Version: 1.04-15
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
parsinsert could not be built reproducibly.
This is because the package ships different contents depending on
whether the testsuite is run or not.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2025-11-07 15:03:51.801282357 -0800
--- b/debian/rules 2025-11-07 15:06:33.781179994 -0800
@@ -34,7 +34,7 @@
cmp -s right_results set1000.results || { \
echo "incorrect result" ; \
exit 1 ; } && \
- rm -f set1000.results
+ rm -f set1000.results set1000.tree
endif
# Note a manpage was generated using:
More information about the Reproducible-bugs
mailing list