[SCM] juce/master: Patch to fix spelling errors

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Nov 9 13:06:40 UTC 2017


The following commit has been merged in the master branch:
commit 6e16fc1507c2d6e770002ba1e84d616936d20582
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Thu Nov 9 13:39:08 2017 +0100

    Patch to fix spelling errors

diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..54e7215
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,39 @@
+Description: fixed spelling mistakes
+Author: IOhannes m zmölnig
+Forwarded: https://github.com/WeAreROLI/JUCE/issues/302
+Last-Update: 2017-11-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
+@@ -858,7 +858,7 @@
+                    "The number of the minimum version of the Android SDK that the app requires");
+ 
+         props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false),
+-                   "A path to a folder (relative to the project folder) which conatins extra android assets.");
++                   "A path to a folder (relative to the project folder) which contains extra android assets.");
+     }
+ 
+     //==============================================================================
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
+@@ -129,7 +129,7 @@
+         String description;
+ 
+         description << "The " << getName() << " exporter produces a single CMakeLists.txt file with "
+-                    << "multiple platform dependant sections, where the configuration for each section "
++                    << "multiple platform dependent sections, where the configuration for each section "
+                     << "is inherited from other exporters added to this project." << newLine
+                     << newLine
+                     << "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
+@@ -285,7 +285,7 @@
+         if (iOS)
+             props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false),
+                        "The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be "
+-                       "added seperated by a semicolon.");
++                       "added separated by a semicolon.");
+ 
+         props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"),
+                    "Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"
diff --git a/debian/patches/series b/debian/patches/series
index 0c18f41..1e4a721 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-spelling.patch
 reproducible-date.patch
 debian_fixed-defines.patch
 debian_gpl_variant.patch

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list