r2863 - in /unstable/evolution-ews/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Dec 16 17:37:09 UTC 2015


Author: laney
Date: Wed Dec 16 17:37:09 2015
New Revision: 2863

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2863
Log:
Use DEB_LDFLAGS_MAINT_STRIP to remove -Bsymbolic-functions

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

Modified: unstable/evolution-ews/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/changelog?rev=2863&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog	(original)
+++ unstable/evolution-ews/debian/changelog	Wed Dec 16 17:37:09 2015
@@ -3,6 +3,7 @@
   * New upstream release.
   * Bump build and runtime dependencies for evolution and
     evolution-data-server to ≥ 3.18.3.
+  * Use DEB_LDFLAGS_MAINT_STRIP to remove -Bsymbolic-functions
 
  -- Iain Lane <laney at debian.org>  Wed, 16 Dec 2015 17:22:07 +0000
 

Modified: unstable/evolution-ews/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/rules?rev=2863&op=diff
==============================================================================
--- unstable/evolution-ews/debian/rules	(original)
+++ unstable/evolution-ews/debian/rules	Wed Dec 16 17:37:09 2015
@@ -10,9 +10,8 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
 
 # see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
-ifneq (,$(LDFLAGS))
-  LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
-endif
+export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
+include /usr/share/dpkg/buildflags.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-krb5 \
 			     --enable-gtk-doc




More information about the pkg-evolution-commits mailing list