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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:13:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0e8b5efe09ff7d3ff9d88ca429d2c01e9eb6ec91
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 11 06:06:51 2002 +0000

    Tools:
    
    	Fixed more "Alexander"s that were lurking in places
    	I forgot to look before.
    
            * Scripts/embed-into-alex:
    	EMBED_HOST="${SYMROOTS}/Safari.app"
    
            * Scripts/run-plt:
    	many occurrences
    
            * Scripts/set-alex-version:
    	occurred in comment only
    
            * Scripts/time-alex-startup:
    	my $alex = $ENV{"SAFARI"} || "$symroots/Safari.app";
    	if ($alex =~ /Safari\.app$/) {
    	    $alex .= "/Contents/MacOS/Safari";
    
    JavaScriptCore:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework"
    
    WebFoundation:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebFoundation.framework"
    
    WebCore:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework"
    
    WebKit:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebKit.framework"
    
    WebBrowser:
    
    	Fixed more "Alexander"s that were lurking in places
    	I forgot to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app" in make clean
    
            * Preferences.subproj/English.lproj/GeneralPreferences.nib:
    	"When Safari Quits"
    
            * Scripting.subproj/Safari.scriptSuite:
    	value for Name key
    
            * copy-frameworks-to-dstroot.sh:
    	app_name
    
            * embed-frameworks.sh:
    	app_name
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2995 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ee2fbed..5e1a233 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
+2002-12-10  John Sullivan  <sullivan at apple.com>
+
+	Fixed more "Alexander"s that were lurking in places I forgot 
+	to look before.
+
+        Reviewed by Darin
+
+        * Makefile.am:
+	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework"
+
 2002-12-09  Darin Adler  <darin at apple.com>
 
         Reviewed by Maciej.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index ee2fbed..5e1a233 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,13 @@
+2002-12-10  John Sullivan  <sullivan at apple.com>
+
+	Fixed more "Alexander"s that were lurking in places I forgot 
+	to look before.
+
+        Reviewed by Darin
+
+        * Makefile.am:
+	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework"
+
 2002-12-09  Darin Adler  <darin at apple.com>
 
         Reviewed by Maciej.
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index 854bf5d..b1d1b8c 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -15,6 +15,6 @@ clean-am:
 	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)
 	rm -rf $(SYMROOTS)/JavaScriptCore.build
 	rm -rf $(SYMROOTS)/JavaScriptCore.framework
-	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/JavaScriptCore.framework
+	rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework
 
 CLEANFILES = JavaScriptCore-stamp
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 66ff947..c06e14d 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,13 @@
+2002-12-10  John Sullivan  <sullivan at apple.com>
+
+	Fixed more "Alexander"s that were lurking in places I forgot 
+	to look before.
+
+        Reviewed by Darin
+
+        * Makefile.am:
+	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework"
+
 2002-12-10  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Don.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 66ff947..c06e14d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2002-12-10  John Sullivan  <sullivan at apple.com>
+
+	Fixed more "Alexander"s that were lurking in places I forgot 
+	to look before.
+
+        Reviewed by Darin
+
+        * Makefile.am:
+	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework"
+
 2002-12-10  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Don.
diff --git a/WebCore/Makefile.am b/WebCore/Makefile.am
index 50b7523..7614bb7 100644
--- a/WebCore/Makefile.am
+++ b/WebCore/Makefile.am
@@ -6,7 +6,7 @@ clean-am:
 	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebCore.build
 	rm -rf $(SYMROOTS)/WebCore.framework
-	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebCore.framework
+	rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework
 
 WebCore-combined.exp: WebCore.exp WebCore-tests.exp
 	cat $^ > $@
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 9c3d9c6..3ce88f3 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2002-12-10  John Sullivan  <sullivan at apple.com>
+
+	Fixed more "Alexander"s that were lurking in places I forgot 
+	to look before.
+
+        Reviewed by Darin
+
+        * Makefile.am:
+	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebKit.framework"
+
 2002-12-10  Darin Adler  <darin at apple.com>
 
 	- fixed 3124081 -- REGRESSION: partial progress is left in address field after download
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 495cb15..cfb87fb 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -4,7 +4,7 @@ clean-am:
 	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) 
 	rm -rf $(SYMROOTS)/WebKit.build
 	rm -rf $(SYMROOTS)/WebKit.framework
-	rm -rf $(SYMROOTS)/Alexander.app/Frameworks/WebKit.framework
+	rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebKit.framework
 
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list