[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:04:59 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1118887eea1a6fb9e245581a0bfa3b289ec5e322
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 05:09:19 2011 +0000

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

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

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list