[SCM] pd-zexy/master: Patch to fix spelling errors

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 21 22:21:53 UTC 2018


The following commit has been merged in the master branch:
commit 210750623cca5038609f4b3e5f756cc7d17e5a3a
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Sun Jan 21 23:12:01 2018 +0100

    Patch to fix spelling errors

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..33077eb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,30 @@
+Description: fixed spelling errors
+Author: IOhannes m zmölnig
+Applied-Upstream: 9a1331947c9a263e13175b10ffea75e45cfa20df
+Last-Update: 2018-01-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-zexy.orig/reference/packel-help.pd
++++ pd-zexy/reference/packel-help.pd
+@@ -8,8 +8,8 @@
+ #X obj 62 401 print REVERSE_ELEMENT;
+ #X text 146 75 creation: packel [<n>];
+ #X text 185 92 n indicates the index of the element to be output;
+-#X text 185 110 n==0 ouputs the whole package;
+-#X text 185 127 n<0 ouputs the nth-last element;
++#X text 185 110 n==0 outputs the whole package;
++#X text 185 127 n<0 outputs the nth-last element;
+ #X text 461 26 part of zexy;
+ #X msg 62 191 list uno dva drei quattre five;
+ #X msg 62 357 list uno dva drei quattre five;
+--- pd-zexy.orig/src/zexy.c
++++ pd-zexy/src/zexy.c
+@@ -88,7 +88,7 @@
+   post("sigzero~\t:: indicates whether a signal is zero throughout the block");
+   post("avg~\t\t:: outputs average of a signal as float");
+   post("tavg~\t\t:: outputs average of a signal between two bangs");
+-  post("envrms~\t\t:: an env~-object that ouputs rms instead of db");
++  post("envrms~\t\t:: an env~-object that outputs rms instead of db");
+   post("pdf~\t\t:: power density function");
+ 
+   endpost();

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list