r2660 - in /unstable/evolution/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Dec 16 12:57:03 UTC 2014


Author: laney
Date: Tue Dec 16 12:57:02 2014
New Revision: 2660

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2660
Log:
Strip -Bsymbolic-functions from LDFLAGS; evolution doesn't work when built
with this (see bgo #594473 for more info)

(If necessary, this commit can be temporarily reverted if an upload is required
before the release)

Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/rules

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2660&op=diff
==============================================================================
--- unstable/evolution/debian/changelog	(original)
+++ unstable/evolution/debian/changelog	Tue Dec 16 12:57:02 2014
@@ -1,3 +1,10 @@
+evolution (3.12.9~git20141130.241663-2) UNRELEASED; urgency=medium
+
+  * Strip -Bsymbolic-functions from LDFLAGS; evolution doesn't work when built
+    with this (see bgo #594473 for more info)
+
+ -- Iain Lane <laney at debian.org>  Tue, 16 Dec 2014 11:32:57 +0000
+
 evolution (3.12.9~git20141130.241663-1) unstable; urgency=medium
 
   * New upstream git snapshot from stable branch, includes only bugfixes 

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=2660&op=diff
==============================================================================
--- unstable/evolution/debian/rules	(original)
+++ unstable/evolution/debian/rules	Tue Dec 16 12:57:02 2014
@@ -20,6 +20,8 @@
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 include /usr/share/dpkg/buildflags.mk
 
 DEB_REVISION := $(shell echo $(DEB_VERSION) | awk -F- '{ print $$NF }')




More information about the pkg-evolution-commits mailing list