[SCM] QtWebKit packaging branch, master, updated. debian/2.1.0-2011week13-1-5-g35103b5

Fathi Boudra fabo at alioth.debian.org
Mon Jun 20 13:03:55 UTC 2011


The following commit has been merged in the master branch:
commit d74fc16df29d4ed0d78ee09777270d2dc2fa1993
Author: Fathi Boudra <fabo at debian.org>
Date:   Mon Jun 20 16:00:56 2011 +0300

    Refresh patches
---
 .../0001_fix_symbols_visibility_for_webcore.diff   |    4 ++++
 debian/patches/01_lflags_as-needed.diff            |    4 ++++
 .../patches/02_add_nostrip_for_debug_packages.diff |    4 ++++
 debian/patches/03_hide_std_symbols.diff            |    5 +++++
 debian/patches/04_enable_debug_information.diff    |    5 +++++
 debian/patches/05_sparc_unaligned_access.diff      |    6 ++++++
 debian/patches/06_kfreebsd_strnstr.diff            |    4 ++++
 debian/patches/09_hurd.diff                        |    4 ++++
 debian/patches/linux_amd64_no_overcommit.diff      |    4 ++++
 debian/patches/no_gc_sections.diff                 |    4 ++++
 debian/patches/stabs_format_debug_info.diff        |    4 ++++
 11 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/debian/patches/0001_fix_symbols_visibility_for_webcore.diff b/debian/patches/0001_fix_symbols_visibility_for_webcore.diff
index 9e1c059..ed7a336 100644
--- a/debian/patches/0001_fix_symbols_visibility_for_webcore.diff
+++ b/debian/patches/0001_fix_symbols_visibility_for_webcore.diff
@@ -2,6 +2,10 @@ Description: Corrects symbols visibility for WebCore.
 Author: Jocelyn Turcotte < jocelyn.turcotte at nokia.com>
 Bug: https://bugs.webkit.org/show_bug.cgi?id=40237
 
+---
+ WebCore/WebCore.pro |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 --- a/WebCore/WebCore.pro
 +++ b/WebCore/WebCore.pro
 @@ -94,7 +94,7 @@ unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffun
diff --git a/debian/patches/01_lflags_as-needed.diff b/debian/patches/01_lflags_as-needed.diff
index f1167e1..c217f1a 100644
--- a/debian/patches/01_lflags_as-needed.diff
+++ b/debian/patches/01_lflags_as-needed.diff
@@ -1,6 +1,10 @@
 Description: set --as-needed linker flag to avoid useless linking.
 Author: Fathi Boudra <fabo at debian.org>
 
+---
+ WebKit.pri |    2 ++
+ 1 file changed, 2 insertions(+)
+
 --- a/WebKit.pri
 +++ b/WebKit.pri
 @@ -68,6 +68,8 @@ symbian {
diff --git a/debian/patches/02_add_nostrip_for_debug_packages.diff b/debian/patches/02_add_nostrip_for_debug_packages.diff
index a318de6..7100825 100644
--- a/debian/patches/02_add_nostrip_for_debug_packages.diff
+++ b/debian/patches/02_add_nostrip_for_debug_packages.diff
@@ -2,6 +2,10 @@ Description: set CONFIG += nostrip to avoid stripping and
              let dh_strip do it to generate debug packages.
 Author: Fathi Boudra <fabo at debian.org>
 
+---
+ WebKit.pri |    2 ++
+ 1 file changed, 2 insertions(+)
+
 --- a/WebKit.pri
 +++ b/WebKit.pri
 @@ -10,6 +10,8 @@ CONFIG += production
diff --git a/debian/patches/03_hide_std_symbols.diff b/debian/patches/03_hide_std_symbols.diff
index 6b2c8e5..2d69070 100644
--- a/debian/patches/03_hide_std_symbols.diff
+++ b/debian/patches/03_hide_std_symbols.diff
@@ -2,6 +2,11 @@ Description: do not make the std:: symbols in webkit public.
              based on Mike Hommey work in the webkit package.
 Author: Sune Vuorela <sune at debian.org>
 
+---
+ WebKit.pri     |    1 +
+ symbols.filter |    5 +++++
+ 2 files changed, 6 insertions(+)
+
 --- a/WebKit.pri
 +++ b/WebKit.pri
 @@ -71,6 +71,7 @@ CONFIG -= warn_on
diff --git a/debian/patches/04_enable_debug_information.diff b/debian/patches/04_enable_debug_information.diff
index b36f16a..eaf12a1 100644
--- a/debian/patches/04_enable_debug_information.diff
+++ b/debian/patches/04_enable_debug_information.diff
@@ -2,6 +2,11 @@ Description: on Qt >= 4.5, debug info are disabled for QtWebkit.
              enable debug information in JavaScriptCore and WebCore.
 author: Fathi Boudra <fabo at debian.org>
 
+---
+ JavaScriptCore/JavaScriptCore.pro |    2 --
+ WebCore/WebCore.pro               |    2 --
+ 2 files changed, 4 deletions(-)
+
 --- a/WebCore/WebCore.pro
 +++ b/WebCore/WebCore.pro
 @@ -3160,8 +3160,6 @@ HEADERS += $$WEBKIT_API_HEADERS
diff --git a/debian/patches/05_sparc_unaligned_access.diff b/debian/patches/05_sparc_unaligned_access.diff
index 5b52dbe..738467c 100644
--- a/debian/patches/05_sparc_unaligned_access.diff
+++ b/debian/patches/05_sparc_unaligned_access.diff
@@ -1,6 +1,12 @@
 Description: fix some alignment problems on sparc.
 Author: Mike Hommey <glandium at debian.org>
 
+---
+ JavaScriptCore/wtf/ListHashSet.h         |    9 +++------
+ JavaScriptCore/wtf/text/AtomicString.cpp |    2 +-
+ JavaScriptCore/wtf/text/StringHash.h     |    6 +++---
+ 3 files changed, 7 insertions(+), 10 deletions(-)
+
 --- a/JavaScriptCore/wtf/ListHashSet.h
 +++ b/JavaScriptCore/wtf/ListHashSet.h
 @@ -127,7 +127,7 @@ namespace WTF {
diff --git a/debian/patches/06_kfreebsd_strnstr.diff b/debian/patches/06_kfreebsd_strnstr.diff
index 7e74723..58c5d7a 100644
--- a/debian/patches/06_kfreebsd_strnstr.diff
+++ b/debian/patches/06_kfreebsd_strnstr.diff
@@ -2,6 +2,10 @@ Description: Fix FTBFS on GNU/kFreeBSD caused by missing strnstr() on glibc syst
 Author: Fathi Boudra <fabo at debian.org>
 Bug: https://bugs.webkit.org/show_bug.cgi?id=33903
 
+---
+ JavaScriptCore/wtf/Platform.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 --- a/JavaScriptCore/wtf/Platform.h
 +++ b/JavaScriptCore/wtf/Platform.h
 @@ -385,7 +385,7 @@
diff --git a/debian/patches/09_hurd.diff b/debian/patches/09_hurd.diff
index d4fe40f..dc1e9c7 100644
--- a/debian/patches/09_hurd.diff
+++ b/debian/patches/09_hurd.diff
@@ -8,6 +8,10 @@ Description: quick fix for compilation on Debian/Hurd
 Forwarded: no
 Last-Update: 2011-01-04
 
+---
+ JavaScriptCore/wtf/Platform.h |    5 +++++
+ 1 file changed, 5 insertions(+)
+
 --- a/JavaScriptCore/wtf/Platform.h
 +++ b/JavaScriptCore/wtf/Platform.h
 @@ -28,6 +28,11 @@
diff --git a/debian/patches/linux_amd64_no_overcommit.diff b/debian/patches/linux_amd64_no_overcommit.diff
index aeec959..1b59cb2 100644
--- a/debian/patches/linux_amd64_no_overcommit.diff
+++ b/debian/patches/linux_amd64_no_overcommit.diff
@@ -25,6 +25,10 @@ Description: Avoid crashes on amd64 with less than 3 or 4GB of RAM.
        underMemoryPressure() management we must change that function as
        upstream did.
 
+---
+ JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp |   55 +++++++++++++++---
+ 1 file changed, 46 insertions(+), 9 deletions(-)
+
 --- a/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
 +++ b/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
 @@ -38,14 +38,29 @@
diff --git a/debian/patches/no_gc_sections.diff b/debian/patches/no_gc_sections.diff
index a226778..6e95e43 100644
--- a/debian/patches/no_gc_sections.diff
+++ b/debian/patches/no_gc_sections.diff
@@ -7,6 +7,10 @@ Origin: vendor
 Forwarded: no
 Last-Update: 2011-03-28 (mips* and arm* added)
 
+---
+ WebCore/WebCore.pro |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 --- a/WebCore/WebCore.pro
 +++ b/WebCore/WebCore.pro
 @@ -91,7 +91,7 @@ unix {
diff --git a/debian/patches/stabs_format_debug_info.diff b/debian/patches/stabs_format_debug_info.diff
index 7509fb0..865f945 100644
--- a/debian/patches/stabs_format_debug_info.diff
+++ b/debian/patches/stabs_format_debug_info.diff
@@ -6,6 +6,10 @@ Bug-Debian: http://bugs.debian.org/528485
 Bug-Debian: http://bugs.debian.org/618325
 Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618325
 
+---
+ WebKit.pri |    7 +++++++
+ 1 file changed, 7 insertions(+)
+
 --- a/WebKit.pri
 +++ b/WebKit.pri
 @@ -59,6 +59,13 @@ CONFIG(release, debug|release) {

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list