Fixed libjuce-doc package to actually contain documentation
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 8 Feb 2018 21:24:41 +0000 (22:24 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 8 Feb 2018 21:24:41 +0000 (22:24 +0100)
debian/patches/debian_doxylinks.patch [new file with mode: 0644]
debian/patches/series
debian/rules

diff --git a/debian/patches/debian_doxylinks.patch b/debian/patches/debian_doxylinks.patch
new file mode 100644 (file)
index 0000000..756288b
--- /dev/null
@@ -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
index 31adb158c57634cd2638424482fde05276b70367..e686d40c0c27ed92de6fd391fda0f09a68093cd6 100644 (file)
@@ -3,3 +3,4 @@ debian_fixed-defines.patch
 debian_gpl_variant.patch
 debian_no-update-check.patch
 debian_system_modules.patch
+debian_doxylinks.patch
index 83dfeafddf1e05d646599339e867606857b90144..6769fb59cff93fb6f92c83a971446e2636e0962e 100755 (executable)
@@ -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: