r2603 - in /experimental/evolution-data-server/debian: changelog libebook-contacts-1.2-0.symbols patches/02_Only-export-symbols-starting-with-e.patch patches/series

jeansch-guest at users.alioth.debian.org jeansch-guest at users.alioth.debian.org
Mon Sep 15 14:16:33 UTC 2014


Author: jeansch-guest
Date: Mon Sep 15 14:16:33 2014
New Revision: 2603

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

Added:
    experimental/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch
Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/libebook-contacts-1.2-0.symbols
    experimental/evolution-data-server/debian/patches/series

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=2603&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Mon Sep 15 14:16:33 2014
@@ -6,6 +6,9 @@
     calendar
   * debian/rules, debian/control: Enable libphonenumber on linux architectures
     (Closes: #758653)
+  * Add debian/patches/02_Only-export-symbols-starting-with-e.patch: Hide
+    symbols not starting with 'e_.*' to avoid some libphonenumber symbols to
+    be exported.
 
   [ Jean Schurger ]
   * New upstream release.
@@ -18,7 +21,7 @@
     - Bump soname for libedata-cal-1.2 from 23 to 26
     - Bump soname for libedataserver-1.2 from 18 to 19  
 
- -- Jean Schurger <jean at schurger.org>  Sat, 06 Sep 2014 17:20:31 -0400
+ -- Jean Schurger <jean at schurger.org>  Mon, 15 Sep 2014 09:46:40 -0400
 
 evolution-data-server (3.12.5-1) unstable; urgency=medium
 

Modified: experimental/evolution-data-server/debian/libebook-contacts-1.2-0.symbols
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/libebook-contacts-1.2-0.symbols?rev=2603&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/libebook-contacts-1.2-0.symbols	(original)
+++ experimental/evolution-data-server/debian/libebook-contacts-1.2-0.symbols	Mon Sep 15 14:16:33 2014
@@ -1,15 +1,4 @@
 libebook-contacts-1.2.so.0 libebook-contacts-1.2-0 #MINVER#
- _ZN4i18n12phonenumbers10NullLogger12WriteMessageERKSs at Base 3.13.5
- _ZN4i18n12phonenumbers10NullLoggerD0Ev at Base 3.13.5
- _ZN4i18n12phonenumbers10NullLoggerD1Ev at Base 3.13.5
- _ZN4i18n12phonenumbers10NullLoggerD2Ev at Base 3.13.5
- _ZN4i18n12phonenumbers6Logger10WriteLevelEv at Base 3.13.5
- _ZTIN4i18n12phonenumbers10NullLoggerE at Base 3.13.5
- _ZTIN4i18n12phonenumbers6LoggerE at Base 3.13.5
- _ZTSN4i18n12phonenumbers10NullLoggerE at Base 3.13.5
- _ZTSN4i18n12phonenumbers6LoggerE at Base 3.13.5
- _ZTVN4i18n12phonenumbers10NullLoggerE at Base 3.13.5
- _ZTVN4i18n12phonenumbers6LoggerE at Base 3.13.5
  e_address_western_free at Base 3.7.90
  e_address_western_parse at Base 3.7.90
  e_book_change_type_get_type at Base 3.7.90

Added: experimental/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch?rev=2603&op=file
==============================================================================
--- experimental/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch	(added)
+++ experimental/evolution-data-server/debian/patches/02_Only-export-symbols-starting-with-e.patch	Mon Sep 15 14:16:33 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: experimental/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/series?rev=2603&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/patches/series	(original)
+++ experimental/evolution-data-server/debian/patches/series	Mon Sep 15 14:16:33 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