use Python3 rather than Python2
authorIOhannes m zmölnig <umlaeute@debian.org>
Fri, 9 Feb 2018 23:00:00 +0000 (00:00 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 30 Nov 2019 15:26:20 +0000 (15:26 +0000)
 for building the documentation
Forwarded: no

Gbp-Pq: Name debian_python3.patch

doxygen/Makefile

index d4f5d3eb65b998e13bd8724b3ec79a2e20b00401..157ec0e53db1d9728a31e25b1c9f47ec4400cf66 100644 (file)
@@ -8,7 +8,7 @@ doc/index.html: build/juce_modules.dox Doxyfile
        doxygen
 
 build/juce_modules.dox: process_source_files.py $(SOURCE_FILES)
-       python $< ../modules build
+       python3 $< ../modules build
 
 clean:
        rm -rf build doc