Notes for python-nacl - reproducible builds result

Version annotated: 1.0.1-2
Identified issues:
Identifier: captures_build_arch
Description Captures the build arch (`uname -m`, typically i686 v. x86_64).
Comments: [i386 only] The build uses an arch-dependent temporary directory name,
which is reflected in the debug symbols:
.
│ │ │ │ │ The Directory Table (offset 0x1b):
│ │ │ │ │ - 1 build/temp.linux-x86_64-2.7
│ │ │ │ │ + 1 build/temp.linux-i686-2.7
.
This could explain most or all of the other differences (through diffoscope's #838569)
 

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