From: IOhannes m zmölnig Date: Thu, 8 Feb 2018 21:24:41 +0000 (+0100) Subject: Fixed libjuce-doc package to actually contain documentation X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4170c5f9a9ddd1876c4502058af010335e070bb4;p=juce.git Fixed libjuce-doc package to actually contain documentation --- diff --git a/debian/patches/debian_doxylinks.patch b/debian/patches/debian_doxylinks.patch new file mode 100644 index 00000000..756288be --- /dev/null +++ b/debian/patches/debian_doxylinks.patch @@ -0,0 +1,17 @@ +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 diff --git a/debian/patches/series b/debian/patches/series index 31adb158..e686d40c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ debian_fixed-defines.patch debian_gpl_variant.patch debian_no-update-check.patch debian_system_modules.patch +debian_doxylinks.patch diff --git a/debian/rules b/debian/rules index 83dfeafd..6769fb59 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ override_dh_auto_build-arch: > $(DEBIAN_BUILD_ARTIFACTS)/Projucer.1 override_dh_auto_build-indep: + ln -s modules build doxygen doxygen/Doxyfile override_dh_auto_install-arch: