From 4170c5f9a9ddd1876c4502058af010335e070bb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 8 Feb 2018 22:24:41 +0100 Subject: [PATCH] Fixed libjuce-doc package to actually contain documentation --- debian/patches/debian_doxylinks.patch | 17 +++++++++++++++++ debian/patches/series | 1 + debian/rules | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/patches/debian_doxylinks.patch 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: -- 2.30.2