Bug#883348: psychtoolbox-3: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Dec 2 18:50:23 UTC 2017


Source: psychtoolbox-3
Version: 3.0.14.20170103+git6-g605ff5c.dfsg1-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 psychtoolbox-3 could not be built reproducibly due to
the build including the "octave-workspace" file in one build and
not the other.

Patch attached. 

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2017-12-02 15:22:32.835393084 +0000
--- b/debian/rules	2017-12-02 16:33:58.903510314 +0000
@@ -177,6 +177,9 @@
 	find debian/ -iname simplepsychtoolboxsetup.sh -o -iname setupdate.sh | xargs -r rm
 	find debian/ -regextype posix-egrep -regex '.*/(Update|Setup|Download)Psychtoolbox\..*' -delete
 
+	: # Remove unreproducible files
+	find debian/ -name octave-workspace | xargs -r rm
+
 override_dh_makeshlibs:
 	dh_makeshlibs
 	: # Provide Octave:Depends


More information about the Reproducible-bugs mailing list