Notes for kawari8 - reproducible builds result

Version annotated: 8.2.8-8
Identified issues:
Identifier: timestamps_difference_by_unzip
Description Timestamps in files processed by zip/unzip have timezone variations.
Setting TZ=UTC before calling zip/unzip the file can fix this.
Identifier: varying_mtimes_in_data_tar_gz_or_control_tar_gz
URL https://wiki.debian.org/ReproducibleBuilds/Howto#Members_of_control.tar_and_data.tar_have_varying_mtimes
Description We currently adjust the file mtimes in dh_builddeb. Packages which
calls `dpkg --build` directly should have a prior call to:
`export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog --count 1 -SDate)" +%s)`
and
`find debian/tmp -newermt "@$$SOURCE_DATE_EPOCH" -print0 | \
xargs -0r touch --no-dereference --date="@$$SOURCE_DATE_EPOCH"`
Another option is to convert the build system to `dh`.
Bugs noted: 1037267+: "kawari8: reproducible-builds: timezone-dependent timestamps on files in documentation files"
 

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