[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:39:39 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit f150e898368d6df90125120ad134ed9fb12cca77
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 6 01:47:20 2009 +0000

    2009-10-05  Yaar Schnitman  <yaar at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            One of the dependencies' SVN url was missing a @ before the revision number.
    
            https://bugs.webkit.org/show_bug.cgi?id=30101
    
            * chromium/DEPS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49141 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2693633..c802d7c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-05  Yaar Schnitman  <yaar at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        One of the dependencies' SVN url was missing a @ before the revision number.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30101
+
+        * chromium/DEPS:
+
 2009-10-05  Pierre d'Herbemont  <pdherbemont at webkit.org>
 
         Reviewed by Simon Fraser
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 885efb5..514a640 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -128,7 +128,7 @@ deps_os = {
       Var('chromium_deps_svn')+'/cygwin@'+Var('cygwin_rev'),
 
     'third_party/python_24':
-      Var('chromium_deps_svn')+'/python_24'+Var('python_24_rev'),
+      Var('chromium_deps_svn')+'/python_24@'+Var('python_24_rev'),
 
     'third_party/ffmpeg/binaries/chromium/win/ia32':
       Var('chromium_deps_svn')+'/ffmpeg/binaries/win@'+Var('ffmpeg_ia32_rev'),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list