Notes for lie - reproducible builds result

Version annotated: 2.2.2+dfsg-2
Comments: * Unsorted linking in Makefile: $(CC) ... static/*.o box/*.o
-> `LC_ALL=C ls static/*.o box/*.o`
* Differences in INFO.ind and LEARN.ind come from uninitialized memory:
util/infoind.c:
-info_index_tp info;
+info_index_tp info = {0};
util/learnind.c:
-learn_index_tp learn;
+learn_index_tp learn = {0};
* Differences in INFO.a are still unclear. Probably also uninitialized memory.
File is written in binmat.c:71.
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).