Source: fast5 Version: 0.6.5-1 Severity: wishlist Tags: patch User: [email protected] Usertags: buildpath X-Debbugs-Cc: [email protected]
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that fast5 could not be built reproducibly. This is because it ships example binaries under /usr/share/doc of libfast5-dev. Patch attached that only installs the source code and Makefile instead. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
--- a/debian/libfast5-dev.examples 2018-10-09 11:44:08.746089577 +0100 --- b/debian/libfast5-dev.examples 2018-10-09 11:50:46.677127022 +0100 @@ -1 +1,3 @@ -src/* +src/*.hpp +src/*.cpp +src/Makefile

