r52879 - in /desktop/experimental/gnome-software/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Aug 24 16:12:15 UTC 2017


Author: laney
Date: Thu Aug 24 16:12:15 2017
New Revision: 52879

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52879
Log:
debian/rules: Make sure to not build with -Wl,-Bsymbolic-functions

Modified:
    desktop/experimental/gnome-software/debian/changelog
    desktop/experimental/gnome-software/debian/rules

Modified: desktop/experimental/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-software/debian/changelog?rev=52879&op=diff
==============================================================================
--- desktop/experimental/gnome-software/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-software/debian/changelog	[utf-8] Thu Aug 24 16:12:15 2017
@@ -1,3 +1,9 @@
+gnome-software (3.25.91-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Make sure to not build with -Wl,-Bsymbolic-functions
+
+ -- Iain Lane <laney at debian.org>  Thu, 24 Aug 2017 16:38:19 +0100
+
 gnome-software (3.25.91-1) experimental; urgency=medium
 
   * debian/compat: Bump to 10, mainly to get --parallel by default.

Modified: desktop/experimental/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-software/debian/rules?rev=52879&op=diff
==============================================================================
--- desktop/experimental/gnome-software/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-software/debian/rules	[utf-8] Thu Aug 24 16:12:15 2017
@@ -37,6 +37,9 @@
 else ifeq (yes,$(shell dpkg-vendor --derives-from PureOS && echo yes))
 	DISTRO_ID = pureos
 endif
+
+# Fix the Flatpak plugin: https://launchpad.net/bugs/1650783
+export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
 
 %:
 	dh $@ --with gnome --buildsystem=meson




More information about the pkg-gnome-commits mailing list