[SCM] setbfree/master: Remove patch applied upstream.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Jun 14 22:40:50 UTC 2016
The following commit has been merged in the master branch:
commit cd9a285aeeaf4ac1e5c9b8cdad4d7b732feb6e49
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Jun 14 23:24:27 2016 +0200
Remove patch applied upstream.
diff --git a/debian/patches/0002-spelling_mistakes.patch b/debian/patches/0002-spelling_mistakes.patch
deleted file mode 100644
index 8a5e26a..0000000
--- a/debian/patches/0002-spelling_mistakes.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fix small spelling mistakes.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: robin at gareus.org
----
- src/midi.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: setbfree/src/midi.c
-===================================================================
---- setbfree.orig/src/midi.c
-+++ setbfree/src/midi.c
-@@ -1312,7 +1312,7 @@ static void dumpCCAssigment(FILE * fp, u
-
- void listCCAssignments(void *mcfg, FILE * fp) {
- struct b_midicfg * m = (struct b_midicfg *) mcfg;
-- fprintf(fp,"MIDI CC Assigments:\n");
-+ fprintf(fp,"MIDI CC Assignments:\n");
- fprintf(fp,"--- Upper Manual - Channel %2d ---\n", m->rcvChA);
- dumpCCAssigment(fp, m->ctrlUseA, m->ctrlflg[m->rcvChA]);
- fprintf(fp,"--- Lower Manual - Channel %2d ---\n", m->rcvChB);
-Index: setbfree/b_synth/lv2.c
-===================================================================
---- setbfree.orig/b_synth/lv2.c
-+++ setbfree/b_synth/lv2.c
-@@ -1003,7 +1003,7 @@ run(LV2_Handle instance, uint32_t n_samp
- if (!warning_printed && capacity < 4096) {
- warning_printed = true;
- fprintf(stderr, "B3LV2: LV message buffer is only %d bytes. Expect problems.\n", capacity);
-- fprintf(stderr, "B3LV2: if your LV2 host allows to configure a buffersize use at least 4kBytes.\n");
-+ fprintf(stderr, "B3LV2: if your LV2 host allows one to configure a buffersize use at least 4kBytes.\n");
-
- }
- lv2_atom_forge_set_buffer(&b3s->forge, (uint8_t*)b3s->midiout, capacity);
diff --git a/debian/patches/series b/debian/patches/series
index e163391..b5c7eee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
0001-buildsystem.patch
-0002-spelling_mistakes.patch
--
setbfree packaging
More information about the pkg-multimedia-commits
mailing list