r52850 - in /desktop/unstable/gobject-introspection/debian/patches: 01_pre_multiarch_compat.diff pre_multiarch_compat

mak at users.alioth.debian.org mak at users.alioth.debian.org
Fri Aug 18 18:48:07 UTC 2017


Author: mak
Date: Fri Aug 18 18:48:07 2017
New Revision: 52850

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52850
Log:
trivial: Fix mistake from previous commit


Added:
    desktop/unstable/gobject-introspection/debian/patches/01_pre_multiarch_compat.diff
Removed:
    desktop/unstable/gobject-introspection/debian/patches/pre_multiarch_compat

Added: desktop/unstable/gobject-introspection/debian/patches/01_pre_multiarch_compat.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/patches/01_pre_multiarch_compat.diff?rev=52850&op=file
==============================================================================
--- desktop/unstable/gobject-introspection/debian/patches/01_pre_multiarch_compat.diff	(added)
+++ desktop/unstable/gobject-introspection/debian/patches/01_pre_multiarch_compat.diff	[utf-8] Fri Aug 18 18:48:07 2017
@@ -0,0 +1,15 @@
+Description: Search the pre-multiarch paths too
+Author: Michael Vogt <mvo at debian.org>
+Forwarded: not-needed
+
+--- a/girepository/girepository.c
++++ b/girepository/girepository.c
+@@ -186,6 +186,9 @@
+ 
+       search_path = g_slist_prepend (search_path, typelib_dir);
+ 
++      // compat with pre-multiarch
++      search_path = g_slist_prepend (search_path, "/usr/lib/girepository-1.0");
++
+       search_path = g_slist_reverse (search_path);
+     }




More information about the pkg-gnome-commits mailing list