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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 15:49:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1037aa962561b2d6cafb2545e95b1fe891fbbc95
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 13 06:28:29 2010 +0000

    2010-11-12  Daniel Bates  <dbates at rim.com>
    
            Rubber-stamped by Nikolas Zimmermann.
    
            Make do-file-rename rename files in the directory WebKit2.
    
            This also makes the list of searched directories in do-file-rename
            consistent with the list of searched directories in the script do-webcore-rename.
    
            * Scripts/do-file-rename:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71961 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 60cb2e6..d532e8f 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-12  Daniel Bates  <dbates at rim.com>
+
+        Rubber-stamped by Nikolas Zimmermann.
+
+        Make do-file-rename rename files in the directory WebKit2.
+
+        This also makes the list of searched directories in do-file-rename
+        consistent with the list of searched directories in the script do-webcore-rename.
+
+        * Scripts/do-file-rename:
+
 2010-11-12  Dirk Pranke  <dpranke at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/WebKitTools/Scripts/do-file-rename b/WebKitTools/Scripts/do-file-rename
index b81b9dc..9c4c898 100755
--- a/WebKitTools/Scripts/do-file-rename
+++ b/WebKitTools/Scripts/do-file-rename
@@ -47,6 +47,7 @@ find(\&wanted, "JavaScriptCore");
 find(\&wanted, "JavaScriptGlue");
 find(\&wanted, "WebCore");
 find(\&wanted, "WebKit");
+find(\&wanted, "WebKit2");
 
 sub wanted
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list