[SCM] jack-midi-clock/master: Patches apllied upstream.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Dec 1 15:15:53 UTC 2015
The following commit has been merged in the master branch:
commit 7695da7ac648d6da04f09d86f963857903382019
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 1 16:09:22 2015 +0100
Patches apllied upstream.
diff --git a/debian/patches/02-spelling_fix.patch b/debian/patches/02-spelling_fix.patch
deleted file mode 100644
index a1aea61..0000000
--- a/debian/patches/02-spelling_fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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 1b799a1..99d40b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
01-fix_prefix.patch
-02-spelling_fix.patch
--
jack-midi-clock packaging
More information about the pkg-multimedia-commits
mailing list