[SCM] x42-plugins/master: Fix spelling patch added.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun May 31 20:36:24 UTC 2015


The following commit has been merged in the master branch:
commit 1fe53e7babf23bb7f07ad60cb665823ea7a56af7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun May 31 22:39:26 2015 +0200

    Fix spelling patch added.

diff --git a/debian/patches/01-spelling.patch b/debian/patches/01-spelling.patch
new file mode 100644
index 0000000..15e7c93
--- /dev/null
+++ b/debian/patches/01-spelling.patch
@@ -0,0 +1,17 @@
+Description:  Fix spelling.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: yes
+
+Index: x42-plugins/robtk/jackwrap.c
+===================================================================
+--- x42-plugins.orig/robtk/jackwrap.c
++++ x42-plugins/robtk/jackwrap.c
+@@ -662,7 +662,7 @@ static int jack_portsetup(void) {
+ 		if ((midi_out = jack_port_register (j_client,
+ 						inst->ports[portmap_atom_to_ui].name,
+ 						JACK_DEFAULT_MIDI_TYPE, JackPortIsOutput, 0)) == 0) {
+-			fprintf (stderr, "cannot register midi ouput port \"%s\"!\n", inst->ports[portmap_atom_to_ui].name);
++			fprintf (stderr, "cannot register midi output port \"%s\"!\n", inst->ports[portmap_atom_to_ui].name);
+ 			return (-1);
+ 		}
+ 	}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d2484a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling.patch

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list