r51920 - in /desktop/unstable/gnome-shell/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Jan 18 00:59:29 UTC 2017


Author: jbicha-guest
Date: Wed Jan 18 00:59:28 2017
New Revision: 51920

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51920
Log:
Add /usr/lib/$(DEB_HOST_MULTIARCH)/mutter to LD_LIBRARY_PATH to fix FTBFS (Closes: #844796)

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/rules

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=51920&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Wed Jan 18 00:59:28 2017
@@ -1,3 +1,10 @@
+gnome-shell (3.22.2-2) UNRELEASED; urgency=medium
+
+  * Add /usr/lib/$(DEB_HOST_MULTIARCH)/mutter to LD_LIBRARY_PATH
+    to fix FTBFS. Thanks Richard Ayotte for the hint! (Closes: #844796)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 17 Jan 2017 19:54:10 -0500
+
 gnome-shell (3.22.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/rules?rev=51920&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/rules	[utf-8] Wed Jan 18 00:59:28 2017
@@ -5,6 +5,8 @@
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+export LD_LIBRARY_PATH :=$(LD_LIBRARY_PATH):/usr/lib/$(DEB_HOST_MULTIARCH)/mutter
 
 %:
 	dh $@ --with gir,gnome




More information about the pkg-gnome-commits mailing list