--- /dev/null
+Description: allow symlinks when generating doxygen documentation
+Author: IOhannes m zmölnig
+Forwarded: https://github.com/WeAreROLI/JUCE/issues/349
+Last-Update: 2018-02-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/doxygen/Doxyfile
++++ juce/doxygen/Doxyfile
+@@ -862,7 +862,7 @@
+ # from the input.
+ # The default value is: NO.
+
+-EXCLUDE_SYMLINKS = YES
++EXCLUDE_SYMLINKS = NO
+
+ # If the value of the INPUT tag contains directories, you can use the
+ # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
> $(DEBIAN_BUILD_ARTIFACTS)/Projucer.1
override_dh_auto_build-indep:
+ ln -s modules build
doxygen doxygen/Doxyfile
override_dh_auto_install-arch: