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

sfalken at apple.com sfalken at apple.com
Wed Dec 22 12:52:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1e4d37e7954fd3cab0f2fe5caab729489544eb56
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 22:09:40 2010 +0000

            Remove library directive from def file to fix Debug_All build.
            Rubber stamped by Sam Weinig.
    
            * win/WebKit2.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66543 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index c0246ae..c0bc0a0 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-31  Steve Falkenburg  <sfalken at apple.com>
+
+        Rubber stamped by Sam Weinig.
+
+        Remove library directive from def file to fix Debug_All build.
+
+        * win/WebKit2.def:
+
 2010-08-31  Adam Roben  <aroben at apple.com>
 
         Handle WM_PRINTCLIENT in WebKit2 on Windows
diff --git a/WebKit2/win/WebKit2.def b/WebKit2/win/WebKit2.def
index 8d091ec..37c5dfc 100644
--- a/WebKit2/win/WebKit2.def
+++ b/WebKit2/win/WebKit2.def
@@ -1,5 +1,3 @@
-LIBRARY	"WebKit"
-
 EXPORTS
         DllGetClassObject   PRIVATE
         DllCanUnloadNow     PRIVATE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list