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

kov at webkit.org kov at webkit.org
Wed Dec 22 11:44:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e20e926e45c6b206618e8d5321823bda4d8c88c2
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 17:06:32 2010 +0000

    2010-08-05  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Reviewed by Xan Lopez.
    
            Move files that are generated by the configure script to
            DISTCLEANFILES, where they should be. This fixes building after a
            make clean.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64760 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index e17a1f5..2b3927e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-05  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Reviewed by Xan Lopez.
+
+        Move files that are generated by the configure script to
+        DISTCLEANFILES, where they should be. This fixes building after a
+        make clean.
+
+        * GNUmakefile.am:
+
 2010-08-04  Siddharth Mathur  <siddharth.mathur at nokia.com>
 
         Reviewed by Laszlo Gombos.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 7caaa93..87ff31d 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -1136,16 +1136,16 @@ CLEANFILES += \
 	$(top_builddir)/stamp-webkitmarshal.h \
 	$(top_builddir)/stamp-webkitenumtypes.cpp \
 	$(top_builddir)/stamp-webkitenumtypes.h \
-	$(top_builddir)/Programs/GtkLauncher \
-	$(top_builddir)/WebKit/gtk/docs/version.xml \
-	$(top_builddir)/WebKit/gtk/docs/GNUmakefile \
-	$(top_builddir)/WebKit/gtk/@WEBKITGTK_PC_NAME at -@WEBKITGTK_API_VERSION at .pc \
-	$(top_builddir)/WebKit/gtk/webkit/webkitversion.h
+	$(top_builddir)/Programs/GtkLauncher
 
 DISTCLEANFILES += \
 	$(CLEANFILES) \
 	$(builddir)/doltcompile \
-	$(builddir)/doltlibtool
+	$(builddir)/doltlibtool \
+	$(top_builddir)/WebKit/gtk/docs/version.xml \
+	$(top_builddir)/WebKit/gtk/docs/GNUmakefile \
+	$(top_builddir)/WebKit/gtk/@WEBKITGTK_PC_NAME at -@WEBKITGTK_API_VERSION at .pc \
+	$(top_builddir)/WebKit/gtk/webkit/webkitversion.h
 
 MAINTAINERCLEANFILES += \
 	$(CLEANFILES) \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list