Source: xotcl
Version: 1.6.8-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-bui...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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

Reply via email to