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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:54:33 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2783959b36050c316e161ffd21c7daf245c0334c
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 24 00:29:43 2002 +0000

    2002-01-23  Ken Kocienda  <kocienda at apple.com>
    
            Took out @executable_path hack added for Alexander demo.
            This should clear up a class of crash-on-launch issues.
    
            * WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@555 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e9c9380..3294f06 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-23  Ken Kocienda  <kocienda at apple.com>
+
+	Took out @executable_path hack added for Alexander demo.
+	This should clear up a class of crash-on-launch issues.
+
+	* WebKit.pbproj/project.pbxproj:
+
 2002-01-21  John Sullivan  <sullivan at apple.com>
 
 	* WebView.subproj/WKWebController.h:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index e9c9380..3294f06 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-01-23  Ken Kocienda  <kocienda at apple.com>
+
+	Took out @executable_path hack added for Alexander demo.
+	This should clear up a class of crash-on-launch issues.
+
+	* WebKit.pbproj/project.pbxproj:
+
 2002-01-21  John Sullivan  <sullivan at apple.com>
 
 	* WebView.subproj/WKWebController.h:
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 376f00a..689a1ea 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -122,7 +122,7 @@
 				FRAMEWORK_SEARCH_PATHS = /symroots;
 				FRAMEWORK_VERSION = A;
 				HEADER_SEARCH_PATHS = ../WebCore/include;
-				INSTALL_PATH = "@executable_path/../Frameworks";
+				INSTALL_PATH = "";
 				LIBRARY_SEARCH_PATHS = "";
 				OTHER_CFLAGS = "-Wall -Werror -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -DHAVE_CONFIG_H -DQT_NO_DATASTREAM -D_KWQ_  -I.. -I../WebCore/src/kdelibs/khtml -I../WebCore/src/kwq -I../WebCore/src/kwq/kparts -I../WebCore/include -I../WebCore/include/private";
 				OTHER_LDFLAGS = "-lwebcore";
@@ -135,7 +135,7 @@
 			);
 			isa = PBXFrameworkTarget;
 			name = WebKit;
-			productInstallPath = "$(HOME)/Library/Frameworks";
+			productInstallPath = "";
 			productName = WebKit;
 			productReference = 034768E0FF38A50411DB9C8B;
 			productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list