[SCM] qmidinet/master: Added patch to fix FTBFS.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Aug 2 21:35:26 UTC 2014


The following commit has been merged in the master branch:
commit dbe5953fca285f720a3bb58b4ac156d0e2be26a9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Aug 2 23:34:48 2014 +0200

    Added patch to fix FTBFS.

diff --git a/debian/patches/01-fix_FTBFS.patch b/debian/patches/01-fix_FTBFS.patch
new file mode 100644
index 0000000..338da5e
--- /dev/null
+++ b/debian/patches/01-fix_FTBFS.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with -Werror=format-security
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: qmidinet/src/qmidinet.cpp
+===================================================================
+--- qmidinet.orig/src/qmidinet.cpp
++++ qmidinet/src/qmidinet.cpp
+@@ -163,7 +163,7 @@ void qmidinetApplication::message (
+ 		m_pIcon->message(sTitle, sText);
+ 	} else {
+ 		const QString sMessage = sTitle + ": " + sText.simplified();
+-		qCritical(sMessage.toUtf8().constData());
++		qCritical( "%s", sMessage.toUtf8().constData());
+ 	}
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8910254
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-fix_FTBFS.patch
+02-desktop.patch

-- 
qmidinet packaging



More information about the pkg-multimedia-commits mailing list