Source: htscodecs
Version: 1.1.1-2
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
htscodecs could not be built reproducibly.
This is because it ships varint as an example file, which is a temporary
wrapper script for .libs/varint... a file that you delete in debian/rules.
Patch attached that also removes this file.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2021-09-08 14:37:47.360213720 +0100
--- b/debian/rules 2021-09-08 15:01:59.966914525 +0100
@@ -35,7 +35,7 @@
override_dh_installexamples:
rm -Rf tests/.libs tests/tok* tests/test.out tests/*.o tests/*log \
tests/Makefile tests/Makefile.in tests/arith_dynamic
tests/fqzcomp_qual \
- tests/rans4x16pr tests/rans4x8
+ tests/rans4x16pr tests/rans4x8 tests/varint
dh_installexamples
override_dh_auto_clean: