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

kov at webkit.org kov at webkit.org
Thu Apr 8 02:17:56 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e51ef01d5c73d5453be3f7bc0fdc19d134c0c28e
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 9 19:12:25 2010 +0000

    Unreviewed distcheck fix
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55736 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 38163b0..8ddd3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-09  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Unreviewed distcheck fix.
+
+        * GNUmakefile.am:
+
 2010-03-08  Jian Li  <jianli at chromium.org>
 
         Reviewed by Dmitry Titov.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 9f0fa20..399f7a4 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -524,7 +524,8 @@ EXTRA_DIST += \
 	$(srcdir)/WebKit/gtk/docs/version.xml.in \
 	$(srcdir)/WebKit/gtk/po/* \
 	$(srcdir)/WebKit/gtk/resources/* \
-	$(srcdir)/WebKit/gtk/tests/resources/*
+	$(srcdir)/WebKit/gtk/tests/resources/* \
+	$(srcdir)/WebKit/gtk/tests/test_utils.h
 
 # extra resource files
 resourcesdir = ${datadir}/webkit-1.0/resources
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 53d1c22..2720b37 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
+        Unreviewed distcheck fix.
+
+        * GNUmakefile.am:
+
+2010-03-09  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
         Unreviewed build fix (only exposed by make distcheck). The
         SharedWorkers files are not built, they need to be distributed.
 
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 6573564..7ac62e8 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -1521,6 +1521,7 @@ webcore_sources += \
 	WebCore/platform/ScrollbarThemeComposite.cpp \
 	WebCore/platform/ScrollbarThemeComposite.h \
 	WebCore/platform/SearchPopupMenu.h \
+	WebCore/platform/SecureTextInput.h \
 	WebCore/platform/SharedBuffer.cpp \
 	WebCore/platform/SharedBuffer.h \
 	WebCore/platform/SharedTimer.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list