[SCM] juce/master: Simplified module-path to /usr/share/juce/modules

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sat Jan 30 14:57:37 UTC 2016


The following commit has been merged in the master branch:
commit 14027b398c174669fe7986a3fcf6bf3133de4071
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 28 21:34:03 2016 +0100

    Simplified module-path to /usr/share/juce/modules

diff --git a/debian/patches/introjucer-modulepath.patch b/debian/patches/introjucer-modulepath.patch
index 8f19789..be03136 100644
--- a/debian/patches/introjucer-modulepath.patch
+++ b/debian/patches/introjucer-modulepath.patch
@@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
          f = parent;
      }
  
-+    File debian ("/usr/share/juce-utils");
++    File debian ("/usr/share/juce");
 +    if (isJuceFolder(debian))
 +        return debian.getChildFile ("modules");
      return File::nonexistent;

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list