From 13d48ffe95609bd6c51d5571ee7dcd3dacf86d96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 11 Apr 2018 21:32:42 +0200 Subject: [PATCH] Fix UnitTests to use system-wide JUCE modules --- .../debian_unittests_globalpaths.patch | 54 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 55 insertions(+) create mode 100644 debian/patches/debian_unittests_globalpaths.patch 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 -- 2.30.2