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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:05:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e8ed9f01c944415d9c48e27a0e9a813be8c16fb7
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Apr 13 02:28:07 2002 +0000

            Fixed build failure. Forgot to make IFDownloadHandler.h
            a public header.
    
            * WebKit.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1004 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2949ab4..3c6ba8a 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-12  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed build failure. Forgot to make IFDownloadHandler.h
+	a public header.
+
+	* WebKit.pbproj/project.pbxproj:
+
 2002-04-12 Chris Blumenberg <cblu at apple.com>
 
 	First implementation of IFDownloadHandler and IFDownloadHandlerPrivate.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 2949ab4..3c6ba8a 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-04-12  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed build failure. Forgot to make IFDownloadHandler.h
+	a public header.
+
+	* WebKit.pbproj/project.pbxproj:
+
 2002-04-12 Chris Blumenberg <cblu at apple.com>
 
 	First implementation of IFDownloadHandler and IFDownloadHandlerPrivate.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 00b3a7d..3a0e012 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -1148,6 +1148,9 @@
 			fileRef = F544394D02674FD501FF6181;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Public,
+				);
 			};
 		};
 		F544395002674FD501FF6181 = {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list