Source: xotcl
Version: 1.6.8-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: fileordering
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / 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
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to