--- /dev/null
+From: =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org>
+Date: Sat, 10 Feb 2018 00:00:00 +0100
+Subject: Doc build fixes
+
+ use Python3 rather than Python2
+ make docs reproducible
+Forwarded: no
+---
+ docs/doxygen/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- juce.orig/docs/doxygen/Makefile
++++ juce/docs/doxygen/Makefile
+@@ -8,7 +8,7 @@
+ doxygen
+
+ build/juce_modules.dox: process_source_files.py $(SOURCE_FILES)
+- python $< ../../modules build
++ python3 $< ../../modules build
+
+ clean:
+ rm -rf build doc
+--- juce.orig/docs/doxygen/Doxyfile
++++ juce/docs/doxygen/Doxyfile
+@@ -801,9 +801,7 @@
+ # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
+ # Note: If this tag is empty the current directory is searched.
+
+-INPUT = build \
+- "../JUCE Module Format.md" \
+- "../CMake API.md"
++INPUT = build
+
+ # This tag can be used to specify the character encoding of the source files
+ # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
+++ /dev/null
-From: =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org>
-Date: Sat, 10 Feb 2018 00:00:00 +0100
-Subject: use Python3 rather than Python2
-
- for building the documentation
-Forwarded: no
----
- docs/doxygen/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- juce.orig/docs/doxygen/Makefile
-+++ juce/docs/doxygen/Makefile
-@@ -8,7 +8,7 @@
- doxygen
-
- build/juce_modules.dox: process_source_files.py $(SOURCE_FILES)
-- python $< ../../modules build
-+ python3 $< ../../modules build
-
- clean:
- rm -rf build doc
debian_fixed-defines.patch
debian_no-update-check.patch
debian_system_modules.patch
-debian_python3.patch
+debian_python3-doxygen.patch
debian_unittests_globalpaths.patch
debian_vst.patch
debian_link_systemlibs.patch
> $(DEBIAN_BUILD_ARTIFACTS)/Projucer.1
override_dh_auto_build-indep:
+ mkdir -p docs/doxygen/build
+ cp docs/JUCE*.md docs/CMake*.md docs/doxygen/build/
make -C docs/doxygen
override_dh_auto_install-arch: