[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 14:50:42 UTC 2011
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 6799f593a4aaa874d566ee2d6eac5e8ff413921a
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 06:46:17 2011 +0000
    2011-01-01  Adam Barth  <abarth at webkit.org>
    
            Remove the assumption from the Qt and Gtk builds that every project is
            in the root directory.
    
            * Scripts/build-webkit:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74858 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 017954b..eea8654 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-01  Adam Barth  <abarth at webkit.org>
 
+        Remove the assumption from the Qt and Gtk builds that every project is
+        in the root directory.
+
+        * Scripts/build-webkit:
+
+2011-01-01  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Teach svn-apply how to apply patches even though JavaScriptCore has moved
diff --git a/Tools/Scripts/build-webkit b/Tools/Scripts/build-webkit
index ef5237b..36c596c 100755
--- a/Tools/Scripts/build-webkit
+++ b/Tools/Scripts/build-webkit
@@ -513,7 +513,7 @@ for my $dir (@projects) {
 
     # For Gtk and Qt the WebKit project builds all others
     if ((isGtk() || isQt()) && $dir ne "WebKit") {
-        chdir ".." or die;
+        chdirWebKit();
         next;
     }
 
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list