[Debichem-devel] Bug#1003385: qcelemental: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Jan 9 09:28:15 GMT 2022


Source: qcelemental
Version: 0.24.0+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
qcelemental could not be built reproducibly. This is because it includes
'random' results from running the test suite in a number of JSON files.

Patch attached that does not ship these files in the binary package.
They are likely not very useful to end-users anyway.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2022-01-09 09:18:03.243524390 +0000
--- b/debian/rules	2022-01-09 09:25:57.427462424 +0000
@@ -7,3 +7,4 @@
 
 override_dh_auto_test:
 	dh_auto_test
+	find .pybuild -type f -name 'test_*.json' -delete


More information about the Debichem-devel mailing list