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

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Aug 23 11:16:56 UTC 2017


The following commit has been merged in the master branch:
commit f32b3aa2439fabf3add69f8065a376c94ee97e57
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Aug 23 13:11:23 2017 +0200

    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..a080396
--- /dev/null
+++ b/debian/patches/fix_spelling.patch
@@ -0,0 +1,17 @@
+Description: fixed spelling mistakes
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2017-08-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-creb.orig/modules/bdiag~.c
++++ pd-creb/modules/bdiag~.c
+@@ -192,7 +192,7 @@
+ 
+   if (n == 1)
+     {
+-      post("bdiag: doesnt work with blocksize == 1");
++      post("bdiag: doesn't work with blocksize == 1");
+       dsp_add_copy(sp[0]->s_vec, sp[1]->s_vec, sp[0]->s_n);
+     }
+   else
diff --git a/debian/patches/series b/debian/patches/series
index 173b93f..b5c100b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix_spelling.patch
 fix_makeflags.patch
 fix-invalid-t_int-use.patch
 creb_object.patch

-- 
pd-creb packaging



More information about the pkg-multimedia-commits mailing list