From: IOhannes m zmölnig Date: Sat, 10 Feb 2018 21:33:47 +0000 (+0100) Subject: Use Python3 to build documentation X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~91 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=88c08d1c88dae40f76a36aab8531ed9c8aee0373;p=juce.git Use Python3 to build documentation --- diff --git a/debian/patches/debian_python3.patch b/debian/patches/debian_python3.patch new file mode 100644 index 00000000..2b8ed890 --- /dev/null +++ b/debian/patches/debian_python3.patch @@ -0,0 +1,18 @@ +Description: use Python3 rather than Python2 + for building the documentation +Author: IOhannes m zmölnig +Forwarded: no +Last-Update: 2018-02-10 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- juce.orig/doxygen/Makefile ++++ juce/doxygen/Makefile +@@ -9,7 +9,7 @@ + + build/juce_modules.dox: process_source_files.py $(SOURCE_FILES) + rm -rf build +- python $< ../modules build ++ python3 $< ../modules build + + clean: + rm -rf build doc diff --git a/debian/patches/series b/debian/patches/series index f147bd8d..09aa0f87 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ debian_fixed-defines.patch debian_gpl_variant.patch debian_no-update-check.patch debian_system_modules.patch +debian_python3.patch