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

dbates at webkit.org dbates at webkit.org
Fri Jan 21 14:44:03 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 6a95920c805b5f4dc995afd5763fd1b639d47cb9
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 02:05:01 2010 +0000

    2010-12-27  Daniel Bates  <dbates at rim.com>
    
            Rubber-stamped by Martin Robinson.
    
            Append the directory Tools/DumpRenderTree to the list of directories that
            do-webcore-rename should search so that it can rename DRT files and
            source code.
    
            * Scripts/do-webcore-rename:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74706 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 0048a6e..5e622dd 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-27  Daniel Bates  <dbates at rim.com>
+
+        Rubber-stamped by Martin Robinson.
+
+        Append the directory Tools/DumpRenderTree to the list of directories that
+        do-webcore-rename should search so that it can rename DRT files and
+        source code.
+
+        * Scripts/do-webcore-rename:
+
 2010-12-27  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/Tools/Scripts/do-webcore-rename b/Tools/Scripts/do-webcore-rename
index 48de302..b724dca 100755
--- a/Tools/Scripts/do-webcore-rename
+++ b/Tools/Scripts/do-webcore-rename
@@ -74,6 +74,7 @@ find(\&wanted, "Sources/JavaScriptGlue");
 find(\&wanted, "WebCore");
 find(\&wanted, "WebKit");
 find(\&wanted, "WebKit2");
+find(\&wanted, "Tools/DumpRenderTree");
 
 sub wanted
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list