r2595 - in /unstable/evolution-data-server/debian: changelog patches/02_Only-export-symbols-starting-with-e.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Sep 8 15:11:02 UTC 2014


Author: bigon
Date: Mon Sep  8 15:11:02 2014
New Revision: 2595

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2595
Log:
Add debian/patches/02_Only-export-symbols-starting-with-e.patch: Hide
symbols not starting with 'e_.*' to avoid some libphonenumber to be
exported.

Added:
    unstable/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch
Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/patches/series

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2595&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Mon Sep  8 15:11:02 2014
@@ -5,8 +5,11 @@
     calendar
   * debian/rules, debian/control: Enable libphonenumber on linux architectures
     (Closes: #758653)
-
- -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 18:43:58 +0200
+  * Add debian/patches/02_Only-export-symbols-starting-with-e.patch: Hide
+    symbols not starting with 'e_.*' to avoid some libphonenumber to be
+    exported.
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 08 Sep 2014 16:57:21 +0200
 
 evolution-data-server (3.12.5-1) unstable; urgency=medium
 

Added: unstable/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch?rev=2595&op=file
==============================================================================
--- unstable/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch	(added)
+++ unstable/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch	Mon Sep  8 15:11:02 2014
@@ -0,0 +1,25 @@
+From 030e72c9c65ac353f01b390003a4d2b02b7498bd Mon Sep 17 00:00:00 2001
+From: Laurent Bigonville <bigon at bigon.be>
+Date: Mon, 8 Sep 2014 15:12:55 +0200
+Subject: [PATCH 1/6] Bug 735809 - Only export symbols starting with 'e_' in
+ libebook-contacts
+
+---
+ addressbook/libebook-contacts/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/addressbook/libebook-contacts/Makefile.am b/addressbook/libebook-contacts/Makefile.am
+index 70255b1..ef238ec 100644
+--- a/addressbook/libebook-contacts/Makefile.am
++++ b/addressbook/libebook-contacts/Makefile.am
+@@ -61,6 +61,7 @@ libebook_contacts_1_2_la_LIBADD = \
+ 
+ libebook_contacts_1_2_la_LDFLAGS = \
+ 	-version-info $(LIBEBOOK_CONTACTS_CURRENT):$(LIBEBOOK_CONTACTS_REVISION):$(LIBEBOOK_CONTACTS_AGE) $(NO_UNDEFINED) \
++	-export-symbols-regex "^e_.*" \
+ 	$(CODE_COVERAGE_LDFLAGS) \
+ 	$(NULL)
+ 
+-- 
+2.1.0
+

Modified: unstable/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/series?rev=2595&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/patches/series	(original)
+++ unstable/evolution-data-server/debian/patches/series	Mon Sep  8 15:11:02 2014
@@ -1 +1,2 @@
 01_Adapt-to-new-Google-HTTP-restriction.patch
+02_Only-export-symbols-starting-with-e.patch




More information about the pkg-evolution-commits mailing list