From: IOhannes m zmölnig Date: Wed, 11 Apr 2018 19:32:42 +0000 (+0200) Subject: Fix UnitTests to use system-wide JUCE modules X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=13d48ffe95609bd6c51d5571ee7dcd3dacf86d96;p=juce.git Fix UnitTests to use system-wide JUCE modules --- diff --git a/debian/patches/debian_unittests_globalpaths.patch b/debian/patches/debian_unittests_globalpaths.patch new file mode 100644 index 00000000..7732e007 --- /dev/null +++ b/debian/patches/debian_unittests_globalpaths.patch @@ -0,0 +1,54 @@ +Description: Use global paths for JUCE modules in UnitTests +Author: IOhannes m zmölnig +Forwarded: not-needed +Last-Update: 2018-04-11 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- juce.orig/extras/UnitTestRunner/UnitTestRunner.jucer ++++ juce/extras/UnitTestRunner/UnitTestRunner.jucer +@@ -96,26 +96,26 @@ + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- ++ useGlobalPath="1"/> ++ + + + diff --git a/debian/patches/series b/debian/patches/series index 1c4e21a5..7e16d838 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ debian_no-update-check.patch debian_no-usagedata.patch debian_system_modules.patch debian_python3.patch +debian_unittests_globalpaths.patch