[SCM] yoshimi/master: Added patch to fix FTBS with compat 9.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 19 02:28:48 UTC 2013


The following commit has been merged in the master branch:
commit 4c9b60f52a0175cda043546d949533cfb29427cf
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 19 04:27:14 2013 +0200

    Added patch to fix FTBS with compat 9.

diff --git a/debian/patches/03-fix_compat_9_build.patch b/debian/patches/03-fix_compat_9_build.patch
new file mode 100644
index 0000000..b8d2244
--- /dev/null
+++ b/debian/patches/03-fix_compat_9_build.patch
@@ -0,0 +1,22 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Origin: Debian
+Description: Fix FTBS with compat 9. Thanks to Sebastian Ramacher <sramacher at debian.org>.
+Forwarded: no
+
+Index: yoshimi/src/UI/MasterUI.fl
+===================================================================
+--- yoshimi.orig/src/UI/MasterUI.fl	2013-08-19 04:01:42.000000000 +0200
++++ yoshimi/src/UI/MasterUI.fl	2013-08-19 04:04:08.568969766 +0200
+@@ -880,10 +880,10 @@
+             if (result == -10)
+             {
+                 msg += ",\\nit does not appear to be a valid parameter file.";
+-                fl_alert(msg.c_str());
++                fl_alert("%s", msg.c_str());
+             }
+             else
+-                fl_alert(msg.c_str());
++                fl_alert("%s", msg.c_str());
+         }} {}
+   }
+   Function {do_save_master(const char* file = NULL)} {} {
diff --git a/debian/patches/series b/debian/patches/series
index 32329ba..756e9c0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
-02-spelling.patch
 01-gcc_flags.patch
+02-spelling.patch
+03-fix_compat_9_build.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list