[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:29:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3e7f7749a190bf20b154a51e812c270944ccd93a
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 6 05:23:28 2002 +0000

            * WebKit.pbproj/project.pbxproj: Fix tyops that broke Development
    	build.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1745 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 6c8441c..f19a533 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-05  Maciej Stachowiak  <mjs at apple.com>
+
+        * WebKit.pbproj/project.pbxproj: Fix tyops that broke Development
+	build.
+
 2002-08-05  Darin Adler  <darin at apple.com>
 
         * .cvsignore: Ignore WebCore-combined.exp.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 6c8441c..f19a533 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-08-05  Maciej Stachowiak  <mjs at apple.com>
+
+        * WebKit.pbproj/project.pbxproj: Fix tyops that broke Development
+	build.
+
 2002-08-05  Darin Adler  <darin at apple.com>
 
         * .cvsignore: Ignore WebCore-combined.exp.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index b69191e..c4d08da 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -12,7 +12,7 @@
 				COPY_PHASE_STRIP = NO;
 				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
-                                EXPORTED_SYMBOLS_FILES = "WebKit-combined.exp";
+				EXPORTED_SYMBOLS_FILE = "WebKit-combined.exp";
 				FRAMEWORK_SEARCH_PATHS = "\U0001 at executable_path/../Frameworks";
 				INSTALL_PATH = "@executable_path/../Frameworks";
 				OPTIMIZATION_CFLAGS = "-O0";
@@ -1513,8 +1513,8 @@
 			buildSettings = {
 				FRAMEWORK_SEARCH_PATHS = "\U0001 at executable_path/../Frameworks";
 				INSTALL_PATH = "@executable_path/../Frameworks";
-				i386 = YES;
 				SKIP_INSTALL = YES;
+				i386 = YES;
 			};
 			isa = PBXBuildStyle;
 			name = DeploymentFat;
@@ -1660,7 +1660,7 @@
 				COPY_PHASE_STRIP = NO;
 				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
-                                EXPORTED_SYMBOLS_FILES = "WebKit-combined.exp";
+				EXPORTED_SYMBOLS_FILE = "WebKit-combined.exp";
 				FRAMEWORK_SEARCH_PATHS = "\U0001 at executable_path/../Frameworks";
 				INSTALL_PATH = "@executable_path/../Frameworks";
 				OPTIMIZATION_CFLAGS = "-O";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list