make Doxygen documentation reproducible
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Thu, 10 Nov 2022 12:55:28 +0000 (13:55 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 10 Nov 2022 12:55:28 +0000 (13:55 +0100)
commit3eb4d99971cddb6827c439fdbf378247db39edf5
tree9d795aa29a0834cca254a1a3bebe135d5b30ddb1
parentb6d5bb9d06024dbf41b6b1c6f8ab949e1e25645e
make Doxygen documentation reproducible

Origin: Debian
Bug: https://github.com/juce-framework/JUCE/issues/1148
Last-Update: 2022-11-10

Python's os.listdir() returns the entries in an undefined order,
which in turn makes the generated documentation unreproducible.
this patch just sorts the entries returned by os.listdir()
Last-Update: 2022-11-10
Gbp-Pq: Name reproducible_docs.patch
docs/doxygen/process_source_files.py