[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 15:11:39 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit abea93c4724aa95e81e1147c180462b79833dd19
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 9 00:24:52 2011 +0000

    2011-01-08  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed wx build fix for r75313.
    
            * wscript: Added missing brace.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75333 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 1eb5175..fdc2015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-08  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed wx build fix for r75313.
+
+        * wscript: Added missing brace.
+
 2011-01-07  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/wscript b/wscript
index 2915f09..ff9e208 100644
--- a/wscript
+++ b/wscript
@@ -45,7 +45,7 @@ wk_includes = ['.',
 
 if build_port == "wx":
     wk_includes.append(os.path.join(wk_root, 'WebKit', 'wx'))
-    wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx', 'wxcode')
+    wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx', 'wxcode'))
 
 if sys.platform.startswith("win"):
     wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'win'))

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list