Bug#840155: xotcl: please make the build reproducible
Chris Lamb
lamby at debian.org
Sat Oct 8 22:53:31 UTC 2016
Source: xotcl
Version: 1.6.8-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that xotcl 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/library/lib/makeDoc.xotcl 2016-10-08 23:06:56.757127117 +0100
--- b/library/lib/makeDoc.xotcl 2016-10-08 23:25:08.446421221 +0100
@@ -38,6 +38,7 @@
set filesHtml ""
set filesDir ""
## write index page
+lsort fileList
foreach {f fb} $fileList {
set dir .
regexp {^(.*)/[^/]*$} $f _ dir
More information about the Reproducible-builds
mailing list