Bug#1141582: libslow5lib: please make the build reproducible
Chris Lamb
lamby at debian.org
Mon Jul 6 17:15:33 BST 2026
Source: libslow5lib
Version: 1.4.0+dfsg-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
libslow5lib could not be built reproducibly.
This is because the testsuite generates some (temporary?) files that
are not cleaned up and end up in the binary packge, meaning that if
the tests are skipped the package will be "missing" those files and
will be 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-07-06 08:47:47.507094165 -0700
--- b/debian/rules 2026-07-06 09:07:00.764017108 -0700
@@ -63,5 +63,6 @@
override_dh_installexamples:
dh_installexamples
+ rm -fv examples/example_write* examples/*.idx
dh_installexamples -ppython3-slow5 python/example.py
dh_installexamples -ppython3-slow5 examples/*
More information about the Reproducible-bugs
mailing list