File: debian_python3-doxygen.patch

package info (click to toggle)
juce 8.0.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,772 kB
  • sloc: cpp: 526,464; ansic: 159,952; java: 3,038; javascript: 847; xml: 269; python: 224; sh: 162; makefile: 84
file content (22 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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