[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

abarth at webkit.org abarth at webkit.org
Sun Feb 20 23:03:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 218ff412232add00e00ff3deec235cddfefc5d44
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 15 20:04:11 2011 +0000

    2011-01-15  Adam Barth  <abarth at webkit.org>
    
            Teach svn-apply about WebKit2 move.
    
            * Scripts/VCSUtils.pm:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75881 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index fee8cfc..1b0aa8a 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-15  Adam Barth  <abarth at webkit.org>
 
+        Teach svn-apply about WebKit2 move.
+
+        * Scripts/VCSUtils.pm:
+
+2011-01-15  Adam Barth  <abarth at webkit.org>
+
         Rubber-stamped by Eric Seidel.
 
         Move WebKit2 into Source
diff --git a/Tools/Scripts/VCSUtils.pm b/Tools/Scripts/VCSUtils.pm
index e61774c..4dab426 100644
--- a/Tools/Scripts/VCSUtils.pm
+++ b/Tools/Scripts/VCSUtils.pm
@@ -398,7 +398,9 @@ sub adjustPathForRecentRenamings($)
 {
     my ($fullPath) = @_;
 
-    if ($fullPath =~ m|^WebCore/| || $fullPath =~ m|^JavaScriptCore/|) {
+    if ($fullPath =~ m|^WebCore/|
+        || $fullPath =~ m|^JavaScriptCore/|
+        || $fullPath =~ m|^WebKit2/|) {
         return "Source/$fullPath";
     }
     return $fullPath;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list