[Debian-zh-dev] Bug#850505: fortune-zh: please make the build reproducible

Chris Lamb lamby at debian.org
Mon Jan 9 11:49:25 UTC 2017


tags 850505 + patch
thanks

Hi lumin,

> I plan to fix this in the Stretch+1 cycle.

Aw, why not in this cycle? The change should be fairly trivial:

- find chinese.d -type f -name '*.dat' -exec cat '{}' \; >> chinese
+ find chinese.d -type f -name '*.dat' -print0 | LC_ALL=C sort -z | xargs -0r cat

(or similar)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-



More information about the Chinese-developers mailing list