Source: python-et-xmlfile
Version: 2.0.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
python-et-xmlfile could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2025-11-08 11:26:49.538724494 -0800
--- b/debian/rules 2025-11-08 12:09:21.823924579 -0800
@@ -5,6 +5,7 @@
export PYBUILD_NAME=et-xmlfile
export PYBUILD_TEST_ARGS=et_xmlfile/tests/test_*.py
export PYBUILD_BEFORE_TEST=cp -r et_xmlfile/tests {build_dir}/et_xmlfile/
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/et_xmlfile/tests/
%:
dh $@ --buildsystem=pybuild