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

abarth at webkit.org abarth at webkit.org
Fri Jan 21 15:11:05 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 9d979e045131e57d243996d4503594225c9900dd
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 8 09:39:25 2011 +0000

    2011-01-08  Adam Barth  <abarth at webkit.org>
    
            Teach svn-apply how to re-write WebCore to Source/WebCore.
    
            * Scripts/VCSUtils.pm:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75315 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 0a2f9a2..364e941 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-08  Adam Barth  <abarth at webkit.org>
+
+        Teach svn-apply how to re-write WebCore to Source/WebCore.
+
+        * Scripts/VCSUtils.pm:
+
 2011-01-07  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/Tools/Scripts/VCSUtils.pm b/Tools/Scripts/VCSUtils.pm
index ffe499f..e61774c 100644
--- a/Tools/Scripts/VCSUtils.pm
+++ b/Tools/Scripts/VCSUtils.pm
@@ -398,7 +398,7 @@ sub adjustPathForRecentRenamings($)
 {
     my ($fullPath) = @_;
 
-    if ($fullPath =~ m|^JavaScriptCore/|) {
+    if ($fullPath =~ m|^WebCore/| || $fullPath =~ m|^JavaScriptCore/|) {
         return "Source/$fullPath";
     }
     return $fullPath;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list