Notes for montage - reproducible builds result

Version annotated: 4.0+dfsg-3
Comments: The reversed form of "/build-1st/montage/foo/bar" is captured:
.
│ │ │ │ │ - 4021dc: 48 b8 2f 62 75 69 6c movabs $0x312d646c6975622f,%rax
│ │ │ │ │ + 4021dc: 48 b8 2f 62 75 69 6c movabs $0x322d646c6975622f,%rax

│ │ │ │ │ - 4021f6: 48 b8 73 74 2f 6d 6f movabs $0x61746e6f6d2f7473,%rax
│ │ │ │ │ + 4021f6: 48 b8 6e 64 2f 6d 6f movabs $0x61746e6f6d2f646e,%rax
.
% echo 312d646c6975622f | xxd -p -r
1-dliub/
% echo 61746e6f6d2f7473 | xxd -p -r
atnom/ts
.
This appears to be an inlined strcpy():
.
util/Viewer/Makefile.LINUX:10:DATA_DIR = $(shell cd ../../data; pwd)
util/Viewer/Makefile.LINUX:13: -DFONT_DIR='"$(DATA_DIR)/fonts/"'
util/Viewer/mViewer.c:605: strcpy(fontfile, FONT_DIR)
 

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).