[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 01:13:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a6660119729b8f4a9d28479455ed3b1cfc8cbc7a
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 18 21:18:38 2010 +0000

    2010-01-18  Csaba Osztrogonác  <ossy at webkit.org>
    
            Reviewed by Darin Adler.
    
            Delete dftables-xxxxxxxx.in files automatically.
            https://bugs.webkit.org/show_bug.cgi?id=33796
    
            * pcre/dftables: unlink unnecessary temporary file.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53422 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 0f1498d..d273eb8 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-18  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        Delete dftables-xxxxxxxx.in files automatically.
+        https://bugs.webkit.org/show_bug.cgi?id=33796
+
+        * pcre/dftables: unlink unnecessary temporary file.
+
 2010-01-18  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
 
         Reviewed by Simon Hausmann.
diff --git a/JavaScriptCore/pcre/dftables b/JavaScriptCore/pcre/dftables
index 1f0ea01..669b948 100755
--- a/JavaScriptCore/pcre/dftables
+++ b/JavaScriptCore/pcre/dftables
@@ -269,4 +269,5 @@ sub readHeaderValues()
     
     eval $content;
     die "$@" if $@;
+    unlink $tempFile;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list