[SCM] juce/master: added debian-specific search path for modules

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


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

    added debian-specific search path for modules

diff --git a/debian/patches/introjucer-modulepath.patch b/debian/patches/introjucer-modulepath.patch
new file mode 100644
index 0000000..8f19789
--- /dev/null
+++ b/debian/patches/introjucer-modulepath.patch
@@ -0,0 +1,17 @@
+Description: Debian specific search-path for modules
+Author: Debian
+Forwarded: not-needed
+Last-Update: 2015-01-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Introjucer/Source/Application/jucer_MainWindow.cpp
++++ juce/extras/Introjucer/Source/Application/jucer_MainWindow.cpp
+@@ -577,5 +577,8 @@
+         f = parent;
+     }
+ 
++    File debian ("/usr/share/juce-utils");
++    if (isJuceFolder(debian))
++        return debian.getChildFile ("modules");
+     return File::nonexistent;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 7b38f3d..b2e9ef0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 no-ztypes.patch
 reproducible-date.patch
+introjucer-modulepath.patch
 do-not-track.patch
 test-build

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list