Source: libslow5lib
Version: 1.4.0+dfsg-2
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
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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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/*

Reply via email to