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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 13:07:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d1e10c2fa34880572682e606e83ca3805d8c0b8a
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 7 17:13:14 2010 +0000

    2010-09-07  Martin Robinson  <mrobinson at igalia.com>
    
            Small build fix. Remove libWebCoreJS from CLEAN_FILES, as it
            is no longer built.
    
            * GNUmakefile.am: Remove reference to libWebCoreJS.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66890 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0b0c3e7..ad5355f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-07  Martin Robinson  <mrobinson at igalia.com>
 
+        Small build fix. Remove libWebCoreJS from CLEAN_FILES, as it
+        is no longer built.
+
+        * GNUmakefile.am: Remove reference to libWebCoreJS.
+
+2010-09-07  Martin Robinson  <mrobinson at igalia.com>
+
         Reviewed by Xan Lopez.
 
         [GTK] [REGRESSION] r66848 caused a crash in testwebview
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 98d3ce1..d0c4092 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -4672,8 +4672,3 @@ dist_webresources_DATA = \
 	$(WebCore)/Resources/panIcon.png \
 	$(WebCore)/Resources/deleteButton.png \
 	$(WebCore)/Resources/inputSpeech.png
-
-# Clean rules for WebCore
-
-CLEANFILES += \
-	libWebCoreJS.la

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list