[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
eric at webkit.org
eric at webkit.org
Wed Jan 20 22:28:11 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 4c330ca8ca93a2133ae413d5a8c9246c2255e8e5
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