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

levin at chromium.org levin at chromium.org
Wed Dec 22 18:49:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8bc6681d15c519e1832110bd6fce81634be9e27e
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 20 21:58:07 2010 +0000

    2010-12-20  David Levin  <levin at chromium.org>
    
            Reviewed by Ariya Hidayat.
    
            .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
            https://bugs.webkit.org/show_bug.cgi?id=51343
    
            Follow up from the WebKitTools -> Tools rename.
    
            * .gitignore:
    2010-12-20  David Levin  <levin at chromium.org>
    
            Reviewed by Ariya Hidayat.
    
            .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
            https://bugs.webkit.org/show_bug.cgi?id=51343
    
            Follow up from the WebKitTools -> Tools rename.
    
            * Scripts/webkit-tools-completion.sh:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74363 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/.gitignore b/.gitignore
index 5348d07..32dbe0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@
 build/
 /WebKitBuild/
 autoinstall.cache.d
-WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled
+Tools/Scripts/webkitpy/thirdparty/autoinstalled
 
 # Ignore common tool auto-generated files.
 .gdb_history
@@ -31,7 +31,7 @@ WebKit/chromium/*.mk
 WebKit/chromium/*.sln
 WebKit/chromium/*.vcproj*
 WebKit/chromium/WebKit.xcodeproj
-WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
+Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
 
 # Ignore status files that manage Chromium dependencies.
 WebKit/chromium/.gclient
diff --git a/ChangeLog b/ChangeLog
index 1593475..336560e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-20  David Levin  <levin at chromium.org>
+
+        Reviewed by Ariya Hidayat.
+
+        .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
+        https://bugs.webkit.org/show_bug.cgi?id=51343
+
+        Follow up from the WebKitTools -> Tools rename.
+
+        * .gitignore:
+
 2010-12-20  Ryuan Choi  <ryuan.choi at samsung.com>
 
         Reviewed by Antonio Gomes.
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index c2e680c..1eb70b0 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-20  David Levin  <levin at chromium.org>
+
+        Reviewed by Ariya Hidayat.
+
+        .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
+        https://bugs.webkit.org/show_bug.cgi?id=51343
+
+        Follow up from the WebKitTools -> Tools rename.
+
+        * Scripts/webkit-tools-completion.sh:
+
 2010-12-20  Cosmin Truta  <ctruta at chromium.org>
 
         Reviewed by James Robinson.
diff --git a/Tools/Scripts/webkit-tools-completion.sh b/Tools/Scripts/webkit-tools-completion.sh
index 5eb6833..cdedfe3 100644
--- a/Tools/Scripts/webkit-tools-completion.sh
+++ b/Tools/Scripts/webkit-tools-completion.sh
@@ -30,7 +30,7 @@
 #
 # Set-up:
 #   Add a line like this to your .bashrc:
-#     source /path/to/WebKitCode/WebKitTools/Scripts/webkit-tools-completion.sh
+#     source /path/to/WebKitCode/Tools/Scripts/webkit-tools-completion.sh
 
 __webkit-patch_generate_reply()
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list