Source: psychtoolbox-3
Version: 3.0.14.20170103+git6-g605ff5c.dfsg1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / chris-lamb.co.uk
`-
--- 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