[SCM] xjadeo2 packaging branch, master, updated. debian/0.4.11-1-4-g6c86bc9

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 26 13:40:59 UTC 2010


The following commit has been merged in the master branch:
commit 6c86bc99dd58f784a4efdf95942cf3413f77c4a7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 26 15:41:48 2010 +0200

    patch solving speling error added

diff --git a/debian/patches/01-spelling_errors.patch b/debian/patches/01-spelling_errors.patch
new file mode 100644
index 0000000..ec92fca
--- /dev/null
+++ b/debian/patches/01-spelling_errors.patch
@@ -0,0 +1,16 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Description: Fix spelling errors.
+Forwarded: no
+Index: xjadeo2/src/xjadeo/remote.c
+===================================================================
+--- xjadeo2.orig/src/xjadeo/remote.c	2010-07-26 15:27:48.000000000 +0200
++++ xjadeo2/src/xjadeo/remote.c	2010-07-26 15:29:15.000000000 +0200
+@@ -686,7 +686,7 @@
+ 	if (midi_choose_driver(mp)>0) {
+ 		remote_printf(100,"ok.");
+ 	} else {
+-		remote_printf(440,"choosen MIDI driver is not supported.");
++		remote_printf(440,"chosen MIDI driver is not supported.");
+ 	}
+ #else
+ 	remote_printf(499,"midi not available.");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..85166ca
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling_errors.patch
diff --git a/src/xjadeo/remote.c b/src/xjadeo/remote.c
index d63bbf6..63e0bf3 100644
--- a/src/xjadeo/remote.c
+++ b/src/xjadeo/remote.c
@@ -686,7 +686,7 @@ void xapi_smididriver(void *d) {
 	if (midi_choose_driver(mp)>0) {
 		remote_printf(100,"ok.");
 	} else {
-		remote_printf(440,"choosen MIDI driver is not supported.");
+		remote_printf(440,"chosen MIDI driver is not supported.");
 	}
 #else
 	remote_printf(499,"midi not available.");

-- 
xjadeo2 packaging



More information about the pkg-multimedia-commits mailing list