[SCM] x42-plugins/master: Patches applied upstream.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Aug 25 11:35:47 UTC 2016


The following commit has been merged in the master branch:
commit 5f638227408b5c09ee8407819b6b66cad946f3d3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Aug 25 13:10:32 2016 +0200

    Patches applied upstream.

diff --git a/debian/patches/0001-spelling.patch b/debian/patches/0001-spelling.patch
deleted file mode 100644
index 74b0ddf..0000000
--- a/debian/patches/0001-spelling.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Description: Fix spelling
-Forwarded: robin at gareus.org
-
-Index: x42-plugins/mixtri.lv2/gui/mixtri.c
-===================================================================
---- x42-plugins.orig/mixtri.lv2/gui/mixtri.c
-+++ x42-plugins/mixtri.lv2/gui/mixtri.c
-@@ -1261,7 +1261,7 @@ static RobWidget *toplevel_mixtri(MixTri
- 
- 	ui->sel_trig_edge = robtk_select_new();
- 	robtk_select_add_item(ui->sel_trig_edge, 1, "rising edge");
--	robtk_select_add_item(ui->sel_trig_edge, 2, "falling egde");
-+	robtk_select_add_item(ui->sel_trig_edge, 2, "falling edge");
- 	robtk_select_add_item(ui->sel_trig_edge, 3, "any edge");
- 	robtk_select_set_callback(ui->sel_trig_edge, cb_set_trig_edge, ui);
- 	TBLADD(robtk_select_widget(ui->sel_trig_edge), 10, 12, 1);
diff --git a/debian/patches/0002-unportable-shell-syntax.patch b/debian/patches/0002-unportable-shell-syntax.patch
deleted file mode 100644
index 6d6a66a..0000000
--- a/debian/patches/0002-unportable-shell-syntax.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Avoid non-portable shell syntax
-Author: Daniel Shahaf <danielsh at apache.org>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828168
-Last-Update: 2016-06-25
-Forwarded: robin at gareus.org
-
---- x42-plugins-20160619.orig/midimap.lv2/Makefile
-+++ x42-plugins-20160619/midimap.lv2/Makefile
-@@ -81,7 +81,7 @@ $(BUILDDIR)manifest.ttl: lv2ttl/manifest
- 			>> $(BUILDDIR)manifest.ttl;\
- 		head -n 3 $$file \
- 			>> $(BUILDDIR)manifest.ttl; \
--		echo "\trdfs:seeAlso <presets.ttl> ." \
-+		printf '\trdfs:seeAlso <presets.ttl> .\n' \
- 			>> $(BUILDDIR)manifest.ttl;\
- 		done
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f830c6b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-spelling.patch
-0002-unportable-shell-syntax.patch

-- 
x42-plugins packaging



More information about the pkg-multimedia-commits mailing list