Merge lp:~rodrigo-moya/ubuntu/natty/webkit/fix-header into lp:~ubuntu-desktop/webkit/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 28
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/webkit/fix-header
Merge into: lp:~ubuntu-desktop/webkit/ubuntu
Diff against target: 83 lines (+62/-1)
3 files modified
debian/changelog (+7/-0)
debian/patches/04_fix_header_for_strict.patch (+54/-0)
debian/patches/series (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/webkit/fix-header
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+58395@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-04-06 23:15:03 +0000
3+++ debian/changelog 2011-04-19 21:12:33 +0000
4@@ -1,3 +1,10 @@
5+webkit (1.3.13-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/patches/04_fix_header_for_strict.patch:
8+ - Add upstream patch to fix headers for compilation with strict mode
9+
10+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 19 Apr 2011 16:09:20 +0200
11+
12 webkit (1.3.13-0ubuntu1) natty; urgency=low
13
14 * New upstream release
15
16=== added file 'debian/patches/04_fix_header_for_strict.patch'
17--- debian/patches/04_fix_header_for_strict.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/04_fix_header_for_strict.patch 2011-04-19 21:12:33 +0000
19@@ -0,0 +1,54 @@
20+commit 8dd756f90c0140f620f02164da9e04354a6d0ec9
21+Author: kov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
22+Date: Tue Mar 22 14:57:25 2011 +0000
23+
24+ 2011-03-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
25+
26+ Rubber-stamped by Xan Lopez.
27+
28+ Applications that include WebKit headers fail to build when using strict warnings
29+ because the signature for webkit_application_cache_get_maximum_size is missing a
30+ 'void' to make it explicit it takes no arguments.
31+
32+ * webkit/webkitapplicationcache.h:
33+
34+ git-svn-id: http://svn.webkit.org/repository/webkit/trunk@81668 268f45cc-cd09-0410-ab3c-d52691b4dbfc
35+
36+diff --git a/Source/WebKit/gtk/ChangeLog b/Source/WebKit/gtk/ChangeLog
37+index e6e7b9f..a891543 100644
38+--- a/Source/WebKit/gtk/ChangeLog
39++++ b/Source/WebKit/gtk/ChangeLog
40+@@ -1,3 +1,13 @@
41++2011-03-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
42++
43++ Rubber-stamped by Xan Lopez.
44++
45++ Applications that include WebKit headers fail to build when using strict warnings
46++ because the signature for webkit_application_cache_get_maximum_size is missing a
47++ 'void' to make it explicit it takes no arguments.
48++
49++ * webkit/webkitapplicationcache.h:
50++
51+ 2011-03-21 Alejandro G. Castro <alex@igalia.com>
52+
53+ Reviewed by Martin Robinson.
54+diff --git a/Source/WebKit/gtk/webkit/webkitapplicationcache.h b/Source/WebKit/gtk/webkit/webkitapplicationcache.h
55+index 93dde44..bb0f867 100644
56+--- a/Source/WebKit/gtk/webkit/webkitapplicationcache.h
57++++ b/Source/WebKit/gtk/webkit/webkitapplicationcache.h
58+@@ -25,13 +25,13 @@
59+ G_BEGIN_DECLS
60+
61+ WEBKIT_API unsigned long long
62+-webkit_application_cache_get_maximum_size();
63++webkit_application_cache_get_maximum_size(void);
64+
65+ WEBKIT_API void
66+ webkit_application_cache_set_maximum_size(unsigned long long size);
67+
68+ WEBKIT_API G_CONST_RETURN gchar*
69+-webkit_application_cache_get_database_directory_path (void);
70++webkit_application_cache_get_database_directory_path(void);
71+
72+ G_END_DECLS
73+
74
75=== modified file 'debian/patches/series'
76--- debian/patches/series 2011-04-06 23:15:03 +0000
77+++ debian/patches/series 2011-04-19 21:12:33 +0000
78@@ -1,4 +1,4 @@
79 01_expose_less_symbols.patch
80 02_no_amd64_overcommit.patch
81 03_gtk_doc.patch
82-
83+04_fix_header_for_strict.patch

Subscribers

People subscribed via source and target branches

to all changes: