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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:25:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2451c63b48d606fc699fe8e67fc117203e4208a7
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Feb 7 21:33:22 2004 +0000

    WebCore:
    
            * WebCore.pbproj/project.pbxproj: Get rid of the DEPLOYMENT_LOCATION and DEPLOYMENT_POSTPROCESSING
            flags that were in the Deployment build style. These were causing the need to chmod all the time
            after building WebCore successfully, and were doing us no good.
    
    WebKit:
    
            * WebKit.pbproj/project.pbxproj: Get rid of the DEPLOYMENT_LOCATION and DEPLOYMENT_POSTPROCESSING
            flags that were in the Deployment build style. These were causing the need to chmod all the time
            after building WebCore successfully, and were doing us no good.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6048 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 20321d4..3fdbd30 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2004-02-07  Darin Adler  <darin at apple.com>
 
+        * WebCore.pbproj/project.pbxproj: Get rid of the DEPLOYMENT_LOCATION and DEPLOYMENT_POSTPROCESSING
+        flags that were in the Deployment build style. These were causing the need to chmod all the time
+        after building WebCore successfully, and were doing us no good.
+
+2004-02-07  Darin Adler  <darin at apple.com>
+
         * kwq/can-convert.mm: Added test program to see which conversions are actually supported by TEC.
 
 2004-02-06  David Hyatt  <hyatt at apple.com>
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index d8086a9..83f472f 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -31,8 +31,6 @@
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
 				DEBUGGING_SYMBOLS = NO;
-				DEPLOYMENT_LOCATION = YES;
-				DEPLOYMENT_POSTPROCESSING = YES;
 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				INSTALL_PATH = "@executable_path/../Frameworks";
 				OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e3d3518..3afb345 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-07  Darin Adler  <darin at apple.com>
+
+        * WebKit.pbproj/project.pbxproj: Get rid of the DEPLOYMENT_LOCATION and DEPLOYMENT_POSTPROCESSING
+        flags that were in the Deployment build style. These were causing the need to chmod all the time
+        after building WebCore successfully, and were doing us no good.
+
 2004-02-06  Darin Adler  <darin at apple.com>
 
         * Resources/missing_image.tiff: Compressed with compress-tiffs; saved 15890 bytes.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 26694a5..7a06aa9 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -30,8 +30,6 @@
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
 				DEBUGGING_SYMBOLS = NO;
-				DEPLOYMENT_LOCATION = YES;
-				DEPLOYMENT_POSTPROCESSING = YES;
 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				INSTALL_PATH = "@executable_path/../Frameworks";
 				OTHER_LDFLAGS = "$(COMMON_LDFLAGS) -seg1addr $(LOCAL_SEG1_ADDR)";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list