[SCM] lvtk/master: Add patch to fix pkg-config-bad-directive.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Sep 6 12:33:06 UTC 2016
The following commit has been merged in the master branch:
commit 61eb512455934d6b41e5591a502e5515d7208307
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Sep 6 14:20:07 2016 +0200
Add patch to fix pkg-config-bad-directive.
diff --git a/debian/patches/01-fix_bad-directive.patch b/debian/patches/01-fix_bad-directive.patch
new file mode 100644
index 0000000..4e7969c
--- /dev/null
+++ b/debian/patches/01-fix_bad-directive.patch
@@ -0,0 +1,24 @@
+Description: Fix pkg-config-bad-directive
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: lvtk/lvtk-gtkui.pc.in
+===================================================================
+--- lvtk.orig/lvtk-gtkui.pc.in
++++ lvtk/lvtk-gtkui.pc.in
+@@ -8,4 +8,4 @@ Version: @VERSION@
+ Description: LV2 Toolkit GtkUI
+ Requires: @LVTK_PKG_DEPS@
+ Libs: -L${libdir} -l at THELIB@
+-Cflags: -Wl,-z,nodelete -I${includedir}/lvtk- at LVTK_MAJOR_VERSION@
++Cflags: -I${includedir}/lvtk- at LVTK_MAJOR_VERSION@
+Index: lvtk/lvtk-ui.pc.in
+===================================================================
+--- lvtk.orig/lvtk-ui.pc.in
++++ lvtk/lvtk-ui.pc.in
+@@ -8,4 +8,4 @@ Version: @VERSION@
+ Description: LV2 Toolkit UI Library
+ Requires: @LVTK_PKG_DEPS@
+ Libs: -L${libdir} -l at THELIB@
+-Cflags: -Wl,-z,nodelete -I${includedir}/lvtk- at LVTK_MAJOR_VERSION@
++Cflags: -I${includedir}/lvtk- at LVTK_MAJOR_VERSION@
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..83bb90a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_bad-directive.patch
--
lvtk packaging
More information about the pkg-multimedia-commits
mailing list