[SCM] rtmidi/master: Fix pkg-config-bad-directive.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 21 20:39:16 UTC 2016


The following commit has been merged in the master branch:
commit 1f1212cd8ae49086f7a47e99c3dc26937185b0ba
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 21 22:02:52 2016 +0200

    Fix pkg-config-bad-directive.

diff --git a/debian/patches/0005-fix_pkg-config.patch b/debian/patches/0005-fix_pkg-config.patch
new file mode 100644
index 0000000..6f8c8d2
--- /dev/null
+++ b/debian/patches/0005-fix_pkg-config.patch
@@ -0,0 +1,15 @@
+Description: Fix pkg-config-bad-directive
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: rtmidi/rtmidi.pc.in
+===================================================================
+--- rtmidi.orig/rtmidi.pc.in
++++ rtmidi/rtmidi.pc.in
+@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
+ Requires: @req@ 
+ Libs: -L${libdir} -lrtmidi
+ Libs.private: -lpthread
+-Cflags: -pthread -I${includedir} @CPPFLAGS@
+\ No newline at end of file
++Cflags: -pthread -I${includedir}
diff --git a/debian/patches/series b/debian/patches/series
index 34584a8..d6d80c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-ppc64_support.patch
 #0003-gcc-5.patch
 0004-not-install-doc-images.patch
+0005-fix_pkg-config.patch

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list