[SCM] jconv/master: Added patch to fix spelling.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Feb 26 12:12:57 UTC 2014


The following commit has been merged in the master branch:
commit 9fceefe6f5ee9b783799ac42c064afbe95fc85b1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Feb 26 13:12:48 2014 +0100

    Added patch to fix spelling.

diff --git a/debian/patches/03-spelling.patch b/debian/patches/03-spelling.patch
new file mode 100644
index 0000000..66ab306
--- /dev/null
+++ b/debian/patches/03-spelling.patch
@@ -0,0 +1,17 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fix spelling
+Forwarded: no
+
+Index: jconv/source/config.cc
+===================================================================
+--- jconv.orig/source/config.cc	2013-08-28 23:22:12.562730041 +0200
++++ jconv/source/config.cc	2014-02-26 13:06:49.019117564 +0100
+@@ -215,7 +215,7 @@
+     k = latency;
+     if (delay < k + length / 2)
+     {
+-	fprintf (stderr, "Line %d: Hilbert impulse removed: delay < latency + lenght / 2.\n", lnum);
++	fprintf (stderr, "Line %d: Hilbert impulse removed: delay < latency + length / 2.\n", lnum);
+ 	return 0;
+     }
+     delay -= k + length / 2;
diff --git a/debian/patches/series b/debian/patches/series
index 6b23775..4d26ad5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 makefile.patch
 makefile2.patch
+03-spelling.patch

-- 
jconv packaging



More information about the pkg-multimedia-commits mailing list