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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 13:58:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cabb23c2a55a4e91966df9996faa209c0472fcce
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 17:35:58 2010 +0000

    [wx] Fix typo in build script.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68800 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index cea9120..a08e21c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-30  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Fix typo in build script.
+
+        * wscript:
+
 2010-09-29  Simon Hausmann  <simon.hausmann at nokia.com>
 
         Reviewed by Csaba Osztrogonác.
diff --git a/wscript b/wscript
index fed5895..e1e7dfb 100644
--- a/wscript
+++ b/wscript
@@ -251,7 +251,7 @@ def build(bld):
         excludes = get_excludes(webcore_dir, exclude_patterns)
         excludes.extend(['UserStyleSheetLoader.cpp', 'RenderMediaControls.cpp'])
 
-        # intermediate sourceså
+        # intermediate sources
         excludes.append('DocTypeStrings.cpp')
         excludes.append('HTMLEntityNames.cpp')
         excludes.append('tokenizer.cpp')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list