Notes for pyopencl - reproducible builds result

Version annotated: 2016.1+git20160809-3
Identified issues:
Identifier: captures_build_arch
Description Captures the build arch (`uname -m`, typically i686 v. x86_64).
Comments: [experimental/amd64]
.
In doc/conf.py:
.
94 html_theme_options = {
95 "extra_nav_links": {
96 "Github": "https://github.com/pyopencl/pyopencl",
97 "Download Releases": "https://pypi.python.org/pypi/pyopencl",
98 }
99 }
.
The inner dict is then output in dict order, i.e., unpredictably. Using an
OrderedDict() should fix this.
.
Note that, while no other Debian package specifies >1 element in
extra_nav_links, multiple third-party sphinx themes expect unordered input
(extra_nav_links) to create an ordered output, including 'alabaster' which is
packaged in Debian.
 

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