Bug#1120405: python-et-xmlfile: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Nov 8 21:25:58 GMT 2025


Source: python-et-xmlfile
Version: 2.0.0-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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


More information about the Reproducible-bugs mailing list