[Debian-med-packaging] Bug#916425: python-ruffus: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Dec 14 08:45:42 GMT 2018


Source: python-ruffus
Version: 2.8.1-3
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-ruffus could not be built reproducibly.

This is because it includes non-deterministic temporary temp output
in the binary.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2018-12-14 08:50:15.340299680 +0100
--- b/debian/rules	2018-12-14 09:21:34.610052024 +0100
@@ -38,6 +38,7 @@
 	find . -name .ruffus_history.sqlite -delete
 	find . -name "*.pyc" -delete
 	find . -name __pycache__ | xargs rm -rf
+	find .pybuild -name tmp | xargs rm -rf
 endif
 
 override_dh_auto_clean:


More information about the Debian-med-packaging mailing list