[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.1.3-116-g8ad80d9

Mike Hommey glandium at debian.org
Tue Mar 17 19:51:59 UTC 2009


The following commit has been merged in the debian/experimental branch:
commit 8ad80d91da7bebac85342e1efb25aefdb406f6e0
Author: Mike Hommey <glandium at debian.org>
Date:   Tue Mar 17 20:52:17 2009 +0100

    Hide JIT implementation specific symbols

diff --git a/autotools/symbols.filter b/autotools/symbols.filter
index f5af6ba..4964979 100644
--- a/autotools/symbols.filter
+++ b/autotools/symbols.filter
@@ -2,4 +2,5 @@
 local:
 _ZSt*;
 _ZNSt*;
+cti*;
 };
diff --git a/debian/changelog b/debian/changelog
index a89d8be..799347a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 webkit (1.1.3-1) experimental; urgency=low
 
+  [ Gustavo Noronha Silva ]
   * New upstream release
   - correctly scrolls with space bar (Closes: #519883)
   * debian/copyright:
@@ -7,6 +8,10 @@ webkit (1.1.3-1) experimental; urgency=low
   * debian/libwebkit-1.0-2.symbols:
   - added new symbols
 
+  [ Mike Hommey ]
+  * autotools/symbols.filter, debian/libwebkit-1.0-2.symbols:
+  - Hide JIT implementation specific symbols. (Closes: #519924, #520006)
+
  -- Gustavo Noronha Silva <kov at debian.org>  Tue, 17 Mar 2009 15:05:40 -0300
 
 webkit (1.1.1-1) experimental; urgency=low
diff --git a/debian/libwebkit-1.0-2.symbols b/debian/libwebkit-1.0-2.symbols
index 249c66d..1ce73f4 100644
--- a/debian/libwebkit-1.0-2.symbols
+++ b/debian/libwebkit-1.0-2.symbols
@@ -75,8 +75,6 @@ libwebkit-1.0.so.2 libwebkit-1.0-2 #MINVER#
  JSValueToObject at Base 1.1.1
  JSValueToStringCopy at Base 1.1.1
  JSValueUnprotect at Base 1.1.1
- ctiTrampoline at Base 1.1.1
- ctiVMThrowTrampoline at Base 1.1.1
  kJSClassDefinitionEmpty at Base 1.1.1
  webkit_download_cancel at Base 1.1.3-1
  webkit_download_error_get_type at Base 1.1.3-1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list