[SCM] QtWebKit packaging branch, experimental, updated. debian/2.2.1-7-42-g782f170

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Aug 28 03:13:25 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit.git;a=commitdiff;h=1728fce

The following commit has been merged in the experimental branch:
commit 1728fce4083222eca551ff2b4c1532337ef4d579
Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
Date:   Thu Jun 19 12:29:37 2014 +0200

    Add new patch to hide WTF symbols.
---
 debian/changelog                     |  1 +
 debian/patches/hide_wtf_symbols.diff | 12 ++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e3f824f..9db67ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ qtwebkit (2.3.2-0) UNRELEASED; urgency=medium
     - remove 01_lflags_as-needed.diff
       and set --as-needed linker flag, to avoid useless linking, in debian/rules
     - remove stabs_format_debug_info.diff, flags set in debian/rules
+    - new patch hide_wtf_symbols.diff, to hide WTF symbols
   * Switch to building with ./Tools/Scripts/build-webkit as recommended
     by upstream
   * Build with gstreamer-1.x:
diff --git a/debian/patches/hide_wtf_symbols.diff b/debian/patches/hide_wtf_symbols.diff
new file mode 100644
index 0000000..11f62f2
--- /dev/null
+++ b/debian/patches/hide_wtf_symbols.diff
@@ -0,0 +1,12 @@
+Description: do not make the WTF symbols in webkit public.
+Author: Andreas Cord-Landwehr <cordlandwehr at kde.org>
+
+--- a/Tools/qmake/mkspecs/features/symbols.filter
++++ b/Tools/qmake/mkspecs/features/symbols.filter
+@@ -2,4 +2,6 @@
+ local:
+ _ZSt*;
+ _ZNSt*;
++_ZNK3WTF*;
++_ZN3WTF*;
+ };
diff --git a/debian/patches/series b/debian/patches/series
index 39af31a..621bbce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ webkit_qt_hide_symbols.diff
 ignore-unused-local-typedefs_error.diff
 ignore-new_gcc_warnings.diff
 gstreamer-1.0.diff
+hide_wtf_symbols.diff

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list