Merge lp:~jconti/ubuntu/oneiric/webkit/fix_doc_path into lp:ubuntu/oneiric/webkit

Proposed by Jason Conti
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~jconti/ubuntu/oneiric/webkit/fix_doc_path
Merge into: lp:ubuntu/oneiric/webkit
Diff against target: 58 lines (+33/-0)
4 files modified
debian/changelog (+9/-0)
debian/libwebkitgtk-3.0-dev.links (+1/-0)
debian/patches/11_fix_doc_path.patch (+22/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~jconti/ubuntu/oneiric/webkit/fix_doc_path
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Ubuntu branches Pending
Review via email: mp+85054@code.launchpad.net

Description of the change

This branch updates the DOC_SOURCE_DIR in Source/WebKit/gtk/docs/GNUmakefile.{am,in} to match the absolute paths in precise so the documentation builds correctly in oneiric. It also includes a link from webkitgtk.devhelp2.gz to webkitgtk-3.0.devhelp2.gz in libwebkitgtk-3.0-dev so devhelp can find the documentation.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve
Revision history for this message
Ken VanDine (ken-vandine) wrote :

I have uploaded this to oneiric-proposed and subscribed ubuntu-sru

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-09-29 14:54:29 +0000
3+++ debian/changelog 2011-12-09 02:40:32 +0000
4@@ -1,3 +1,12 @@
5+webkit (1.4.3-0ubuntu4) oneiric; urgency=low
6+
7+ * debian/libwebkitgtk-3.0-dev.links:
8+ - Link webkitgtk.devhelp2.gz to webkitgtk-3.0.devhelp2.gz
9+ * debian/patches/11_fix_doc_path.patch:
10+ - Use absolute path in makefile to fix out-of-tree build (LP: #900988)
11+
12+ -- Jason Conti <jason.conti@gmail.com> Wed, 07 Dec 2011 21:20:49 -0500
13+
14 webkit (1.4.3-0ubuntu3) oneiric; urgency=low
15
16 * debian/patches/10_cherrypick_r95940.patch:
17
18=== modified file 'debian/libwebkitgtk-3.0-dev.links'
19--- debian/libwebkitgtk-3.0-dev.links 2011-01-13 10:37:55 +0000
20+++ debian/libwebkitgtk-3.0-dev.links 2011-12-09 02:40:32 +0000
21@@ -1,1 +1,2 @@
22 usr/share/doc/libwebkitgtk-3.0-dev/html usr/share/gtk-doc/html/webkitgtk-3.0
23+usr/share/doc/libwebkitgtk-3.0-dev/html/webkitgtk.devhelp2.gz usr/share/doc/libwebkitgtk-3.0-dev/html/webkitgtk-3.0.devhelp2.gz
24
25=== added file 'debian/patches/11_fix_doc_path.patch'
26--- debian/patches/11_fix_doc_path.patch 1970-01-01 00:00:00 +0000
27+++ debian/patches/11_fix_doc_path.patch 2011-12-09 02:40:32 +0000
28@@ -0,0 +1,22 @@
29+--- a/Source/WebKit/gtk/docs/GNUmakefile.am
30++++ b/Source/WebKit/gtk/docs/GNUmakefile.am
31+@@ -18,7 +18,7 @@
32+ # gtk-doc will search all .c & .h files beneath here for inline comments
33+ # documenting the functions and macros.
34+ # e.g. DOC_SOURCE_DIR=../../../gtk
35+-DOC_SOURCE_DIR=../webkit
36++DOC_SOURCE_DIR=$(top_srcdir)/Source/WebKit/gtk/webkit
37+
38+ # Extra options to pass to gtkdoc-scangobj. Not normally needed.
39+ SCANGOBJ_OPTIONS="--type-init-func=g_thread_init(NULL);g_type_init()"
40+--- a/Source/WebKit/gtk/docs/GNUmakefile.in
41++++ b/Source/WebKit/gtk/docs/GNUmakefile.in
42+@@ -292,7 +292,7 @@
43+ # gtk-doc will search all .c & .h files beneath here for inline comments
44+ # documenting the functions and macros.
45+ # e.g. DOC_SOURCE_DIR=../../../gtk
46+-DOC_SOURCE_DIR = ../webkit
47++DOC_SOURCE_DIR = $(top_srcdir)/Source/WebKit/gtk/webkit
48+
49+ # Extra options to pass to gtkdoc-scangobj. Not normally needed.
50+ SCANGOBJ_OPTIONS = "--type-init-func=g_thread_init(NULL);g_type_init()"
51
52=== modified file 'debian/patches/series'
53--- debian/patches/series 2011-09-29 14:54:29 +0000
54+++ debian/patches/series 2011-12-09 02:40:32 +0000
55@@ -1,2 +1,3 @@
56 03_g_const_return.patch
57 10_cherrypick_r95940.patch
58+11_fix_doc_path.patch

Subscribers

People subscribed via source and target branches

to all changes: