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

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:16:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2bacd046455368c272a2e793671ad5e170febff3
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 20 19:53:40 2002 +0000

    JavaScriptCore:
    
    	We now build with symbols the B&I.  Deployment builds are without symbols,
    	so it is easy to generate a non-huge app as a one-off.
    
            Reviewed by Darin
    
            * JavaScriptCore.pbproj/project.pbxproj:
    
    WebFoundation:
    
    	We now build with symbols the B&I.  Deployment builds are without symbols,
    	so it is easy to generate a non-huge app as a one-off.
    
            Reviewed by Darin
    
            * WebFoundation.pbproj/project.pbxproj:
    
    WebCore:
    
    	We now build with symbols the B&I.  Deployment builds are without symbols,
    	so it is easy to generate a non-huge app as a one-off.
    
            Reviewed by Darin
    
            * WebCore.pbproj/project.pbxproj:
    
    WebKit:
    
    	We now build with symbols the B&I.  Deployment builds are without symbols,
    	so it is easy to generate a non-huge app as a one-off.
    
            Reviewed by Darin
    
            * WebKit.pbproj/project.pbxproj:
    
    WebBrowser:
    
    	We now build with symbols the B&I.  Deployment builds are without symbols,
    	so it is easy to generate a non-huge app as a one-off.
    
            Reviewed by Darin
    
            * WebBrowser.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3151 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 8b0db3c..6df7e89 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2002-12-20  Trey Matteson  <trey at apple.com>
+
+	We now build with symbols the B&I.  Deployment builds are without symbols,
+	so it is easy to generate a non-huge app as a one-off.
+
+        Reviewed by Darin
+
+        * JavaScriptCore.pbproj/project.pbxproj:
+
 === Alexander-42 ===
 
 === Alexander-41 ===
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 8b0db3c..6df7e89 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2002-12-20  Trey Matteson  <trey at apple.com>
+
+	We now build with symbols the B&I.  Deployment builds are without symbols,
+	so it is easy to generate a non-huge app as a one-off.
+
+        Reviewed by Darin
+
+        * JavaScriptCore.pbproj/project.pbxproj:
+
 === Alexander-42 ===
 
 === Alexander-41 ===
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 786813f..e44520f 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -10,7 +10,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				OPTIMIZATION_CFLAGS = "-O0";
 			};
@@ -21,6 +20,7 @@
 			buildRules = (
 			);
 			buildSettings = {
+				DEBUGGING_SYMBOLS = NO;
 			};
 			isa = PBXBuildStyle;
 			name = Deployment;
@@ -65,6 +65,7 @@
 				F58C8A1D025BD408018635CA,
 				F531DDEB02F0C2DD018635CA,
 			);
+			hasScannedForEncodings = 1;
 			isa = PBXProject;
 			mainGroup = 0867D691FE84028FC02AAC07;
 			productRefGroup = 034768DFFF38A50411DB9C8B;
@@ -111,7 +112,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
-				DEBUGGING_SYMBOLS = NO;
 				DEBUG_CFLAGS = "-DNDEBUG";
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
@@ -174,7 +174,6 @@
 </dict>
 </plist>
 ";
-			shouldUseHeadermap = 0;
 		};
 		0867D69DFE84028FC02AAC07 = {
 			buildActionMask = 2147483647;
@@ -828,7 +827,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				OPTIMIZATION_CFLAGS = "-O";
 			};
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 9a78a6c..bf3b6a7 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,14 @@
+2002-12-20  Trey Matteson  <trey at apple.com>
+
+	We now build with symbols the B&I.  Deployment builds are without symbols,
+	so it is easy to generate a non-huge app as a one-off.
+
+        Reviewed by Darin
+
+        * WebCore.pbproj/project.pbxproj:
+
+2002-12-20  Darin Adler  <darin at apple.com>
+
 2002-12-20  Darin Adler  <darin at apple.com>
 
         Reviewed by John.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 9a78a6c..bf3b6a7 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,14 @@
+2002-12-20  Trey Matteson  <trey at apple.com>
+
+	We now build with symbols the B&I.  Deployment builds are without symbols,
+	so it is easy to generate a non-huge app as a one-off.
+
+        Reviewed by Darin
+
+        * WebCore.pbproj/project.pbxproj:
+
+2002-12-20  Darin Adler  <darin at apple.com>
+
 2002-12-20  Darin Adler  <darin at apple.com>
 
         Reviewed by John.
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 3d79d19..964fb4a 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -10,7 +10,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
 				OPTIMIZATION_CFLAGS = "-O0";
@@ -22,6 +21,7 @@
 			buildRules = (
 			);
 			buildSettings = {
+				DEBUGGING_SYMBOLS = NO;
 			};
 			isa = PBXBuildStyle;
 			name = Deployment;
@@ -119,7 +119,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
-				DEBUGGING_SYMBOLS = NO;
 				DEBUG_CFLAGS = "-DNDEBUG";
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
@@ -7699,7 +7698,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
 				OPTIMIZATION_CFLAGS = "-O";
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index fd85595..6e03e6a 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2002-12-20  Trey Matteson  <trey at apple.com>
+
+	We now build with symbols the B&I.  Deployment builds are without symbols,
+	so it is easy to generate a non-huge app as a one-off.
+
+        Reviewed by Darin
+
+        * WebKit.pbproj/project.pbxproj:
+
 === Alexander-42 ===
 
 2002-12-19  John Sullivan  <sullivan at apple.com>
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 8f582e6..c18083e 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -10,7 +10,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				OPTIMIZATION_CFLAGS = "-O0";
 			};
@@ -21,6 +20,7 @@
 			buildRules = (
 			);
 			buildSettings = {
+				DEBUGGING_SYMBOLS = NO;
 			};
 			isa = PBXBuildStyle;
 			name = Deployment;
@@ -128,7 +128,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
-				DEBUGGING_SYMBOLS = NO;
 				DEBUG_CFLAGS = "-DNDEBUG";
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
@@ -3087,7 +3086,6 @@
 			);
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
-				DEBUGGING_SYMBOLS = YES;
 				DEBUG_CFLAGS = "";
 				OPTIMIZATION_CFLAGS = "-O";
 			};

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list