Notes for wpewebkit - reproducible builds result

Version annotated: 2.30.4-1
Identified issues:
Identifier: unsorted_file_glob_by_cmake
URL https://bugs.debian.org/824263
Description File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
with the readdir() order. This file list is passed to add_executable / add_library or
otherwise used for generating an output.
A solution is to sort the lists: list(SORT SRC_FILES)
Identifier: blacklisted_on_jenkins
Description Some packages have been blacklisted in our test infrastructure because
their build hangs, takes too long, spawns processes that are not killed, or
simply because they use too many resources for our current capacity. (This
is purely practical step - we would like to test these packages.)
 

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