make Doxygen documentation reproducible
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 30 Nov 2022 13:02:44 +0000 (14:02 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 30 Nov 2022 13:02:44 +0000 (14:02 +0100)
commit16277635d8b16d2ad52ee3499d314c8d192a284f
treea94c03f81e80e640b380c16b36400f9d2adfcf47
parenta05fe185796c90d0bffa37b88f1c058907c0cdd5
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