[SCM] jack-midi-clock/master: Added spelling fix patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 10 00:30:02 UTC 2013


The following commit has been merged in the master branch:
commit df04ee2a5b6d8bd9961c8e7f978a1b917a8c9b5c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 10 02:38:52 2013 +0200

    Added spelling fix patch

diff --git a/debian/patches/02-spelling_fix.patch b/debian/patches/02-spelling_fix.patch
new file mode 100644
index 0000000..a1aea61
--- /dev/null
+++ b/debian/patches/02-spelling_fix.patch
@@ -0,0 +1,18 @@
+Description:  Spelling fix
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+
+Index: jack-midi-clock/jack_midi_clock.c
+===================================================================
+--- jack-midi-clock.orig/jack_midi_clock.c	2013-06-10 01:58:12.959790285 +0200
++++ jack-midi-clock/jack_midi_clock.c	2013-06-10 02:32:45.107874539 +0200
+@@ -385,7 +385,7 @@
+ 
+ static int jack_portsetup(void) {
+   if ((mclk_output_port = jack_port_register(j_client, "mclk_out", JACK_DEFAULT_MIDI_TYPE, JackPortIsOutput, 0)) == 0) {
+-    fprintf (stderr, "cannot register mclk ouput port !\n");
++    fprintf (stderr, "cannot register mclk output port !\n");
+     return (-1);
+   }
+   return (0);
diff --git a/debian/patches/series b/debian/patches/series
index 99d40b5..1b799a1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix_prefix.patch
+02-spelling_fix.patch

-- 
jack-midi-clock packaging



More information about the pkg-multimedia-commits mailing list