[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hausmann at webkit.org hausmann at webkit.org
Wed Dec 22 13:43:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 88357d15709644380346a60ea77b8ab546f3855b
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 24 14:24:04 2010 +0000

    [Qt] Enable building Qt/Webkit with debug symbols
    
    Patch by Anders Bakken <agbakken at gmail.com> on 2010-09-24
    Reviewed by Simon Hausmann.
    
    With this patch one can configure with -webkit-debug to build Webkit
    with debug symbols without having to manually edit WebCore.pro.
    
    * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68250 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d3f90fa..e00678f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-24  Anders Bakken  <agbakken at gmail.com>
+
+        Reviewed by Simon Hausmann.
+
+        [Qt] Enable building Qt/Webkit with debug symbols
+
+        With this patch one can configure with -webkit-debug to build Webkit
+        with debug symbols without having to manually edit WebCore.pro.
+
+        * WebCore.pro:
+
 2010-09-24  Yael Aharon  <yael.aharon at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index bc1d3db..4b9ceb1 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -3687,7 +3687,7 @@ HEADERS += $$WEBKIT_API_HEADERS
     }
 }
 
-CONFIG(QTDIR_build) {
+!CONFIG(webkit-debug):CONFIG(QTDIR_build) {
     # Remove the following 2 lines if you want debug information in WebCore
     CONFIG -= separate_debug_info
     CONFIG += no_debug_info

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list