[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kevino at webkit.org kevino at webkit.org
Wed Dec 22 13:54:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 22d2f02b3ee3bfb6554ce970c5d5230d3c5e1646
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 29 04:10:26 2010 +0000

    [wx] Build fix, add missing import.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68623 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 164c5ad..6a9c5a1 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-28  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, add missing import.
+
+        * wx/packaging/build-win-installer.py:
+
 2010-09-28  Simon Fraser  <simon.fraser at apple.com>
 
         No review.
diff --git a/WebKitTools/wx/packaging/build-win-installer.py b/WebKitTools/wx/packaging/build-win-installer.py
index 628882a..ffbdd19 100644
--- a/WebKitTools/wx/packaging/build-win-installer.py
+++ b/WebKitTools/wx/packaging/build-win-installer.py
@@ -27,6 +27,7 @@
 
 import sys, os, string
 import commands
+import datetime
 import glob
 from subprocess import *
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list