Bug#840155: [Pkg-tcltk-devel] Bug#840155: xotcl: please make the build reproducible

2017-01-24 Thread Stefan Sobernig
Hi Chris! >> Would you consider applying this patch and uploading? > > Friendly ping on this :) I prepared an package revision incl. a variant of the patch, and already asked for upload. Sry for the long'ish delay. Stefan

Bug#840155: [Pkg-tcltk-devel] Bug#840155: xotcl: please make the build reproducible

2017-01-24 Thread Chris Lamb
Hi Stefan, > I prepared an package revision incl. a variant of the patch, and already > asked for upload. Let me know if you need a sponsor, etc. etc. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#840155: [Pkg-tcltk-devel] Bug#840155: xotcl: please make the build reproducible

2016-10-09 Thread Chris Lamb
> > ... > > foreach {f fb} [lsort $fileList] { > > ... I think I'm missing this email of this thread. Anyway, seems like my patch — even if not to be used verbatim — was enough to concisely show the problem and it thus achieved its aims. :) Thanks! Regards, -- ,''`. : :' : Chr

Bug#840155: [Pkg-tcltk-devel] Bug#840155: xotcl: please make the build reproducible

2016-10-09 Thread Stefan Sobernig
My apologies: > ... > foreach {f fb} [lsort $fileList] { > ... The correct patch is: ... foreach {f fb} [lsort -stride 2 $fileList] { ... (assuming it is correct to assume Tcl 8.6 to be the default build-dep). Stefan