[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 07:47:10 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ccaebe6d5dd388f471b5681bd26dfec9bb3026da
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jul 13 06:23:49 2003 +0000

    	Try to fix OS build by making the Frameworks link in both SYMROOT
    	and DSTROOT, and at both build time and install time.
    
            * WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4633 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3c94455..fd9505b 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-12  Maciej Stachowiak  <mjs at apple.com>
+
+	Try to fix OS build by making the Frameworks link in both SYMROOT
+	and DSTROOT, and at both build time and install time.
+
+        * WebKit.pbproj/project.pbxproj:
+
 2003-07-11  Dave Hyatt  <hyatt at apple.com>
 
 	Make sure image compositing obeys the current global alpha that
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 6427926..7891245 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -141,6 +141,7 @@
 				0867D6A0FE84028FC02AAC07,
 				255AF6590250FC030ECA149E,
 				65CBE7AA04B53388006ACFE6,
+				6566F34204C12D14008B3232,
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
@@ -1667,6 +1668,19 @@
 			settings = {
 			};
 		};
+		6566F34204C12D14008B3232 = {
+			buildActionMask = 8;
+			files = (
+			);
+			generatedFileNames = (
+			);
+			isa = PBXShellScriptBuildPhase;
+			neededFileNames = (
+			);
+			runOnlyForDeploymentPostprocessing = 1;
+			shellPath = /bin/sh;
+			shellScript = "ln -sf Versions/A/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/A/Frameworks ${DSTROOT}/WebKit.framework/Frameworks";
+		};
 		6578F5DE045F817400000128 = {
 			expectedFileType = sourcecode.c.h;
 			fileEncoding = 30;
@@ -1775,7 +1789,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "ln -sf Versions/A/Frameworks ${SYMROOT}/WebKit.framework/Frameworks";
+			shellScript = "ln -sf Versions/A/Frameworks ${SYMROOT}/WebKit.framework/Frameworks; ln -sf Versions/A/Frameworks ${DSTROOT}/WebKit.framework/Frameworks";
 		};
 //650
 //651

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list