Merge lp:~ubuntu-branches/ubuntu/maverick/devhelp/maverick-201009301413 into lp:ubuntu/maverick/devhelp

Proposed by James Westby
Status: Work in progress
Proposed branch: lp:~ubuntu-branches/ubuntu/maverick/devhelp/maverick-201009301413
Merge into: lp:ubuntu/maverick/devhelp
Diff against target: 65 lines (+59/-0) (has conflicts)
1 file modified
debian/patches/ftbfs-drop-gtknotebookpage.patch (+59/-0)
Conflict adding file debian/patches/ftbfs-drop-gtknotebookpage.patch.  Moved existing file to debian/patches/ftbfs-drop-gtknotebookpage.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/maverick/devhelp/maverick-201009301413

Description of the change

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/maverick/devhelp now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/maverick/devhelp/maverick-201009301413. A merge should be performed if necessary.

To post a comment you must log in.

Unmerged revisions

15. By Michael Terry

* debian/patches/ftbfs-drop-gtknotebookpage.patch:
  - Patch taken from upstream that fixes compilation with latest GTK+
    LP: #651255

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/ftbfs-drop-gtknotebookpage.patch'
2--- debian/patches/ftbfs-drop-gtknotebookpage.patch 1970-01-01 00:00:00 +0000
3+++ debian/patches/ftbfs-drop-gtknotebookpage.patch 2010-09-30 14:19:41 +0000
4@@ -0,0 +1,59 @@
5+Author: Frédéric Péters <fpeters@0d.be>
6+Subject: GtkNotebookPage has been removed in GTK+
7+Origin: http://git.gnome.org/browse/devhelp/commit/?id=ae2897ec20de184ff793e0bdc78f72c57a89f030
8+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/651255
9+
10+---
11+Index: devhelp/src/dh-util.c
12+===================================================================
13+--- devhelp.orig/src/dh-util.c 2010-09-29 11:40:17.166239000 -0400
14++++ devhelp/src/dh-util.c 2010-09-29 11:46:18.902273003 -0400
15+@@ -494,7 +494,7 @@
16+
17+ static void
18+ util_state_notebook_switch_page_cb (GtkWidget *notebook,
19+- GtkNotebookPage *page,
20++ gpointer page,
21+ guint page_num,
22+ gpointer user_data)
23+ {
24+Index: devhelp/src/dh-window.c
25+===================================================================
26+--- devhelp.orig/src/dh-window.c 2010-09-29 11:40:17.166239000 -0400
27++++ devhelp/src/dh-window.c 2010-09-29 11:46:18.902273003 -0400
28+@@ -979,7 +979,7 @@
29+ */
30+ static void
31+ window_control_switch_page_cb (GtkWidget *notebook,
32+- GtkNotebookPage *page,
33++ gpointer page,
34+ guint page_num,
35+ DhWindow *window)
36+ {
37+@@ -994,7 +994,7 @@
38+
39+ static void
40+ window_control_after_switch_page_cb (GtkWidget *notebook,
41+- GtkNotebookPage *page,
42++ gpointer page,
43+ guint page_num,
44+ DhWindow *window)
45+ {
46+@@ -1009,7 +1009,7 @@
47+
48+ static void
49+ window_web_view_switch_page_cb (GtkNotebook *notebook,
50+- GtkNotebookPage *page,
51++ gpointer page,
52+ guint new_page_num,
53+ DhWindow *window)
54+ {
55+@@ -1047,7 +1047,7 @@
56+
57+ static void
58+ window_web_view_switch_page_after_cb (GtkNotebook *notebook,
59+- GtkNotebookPage *page,
60++ gpointer page,
61+ guint new_page_num,
62+ DhWindow *window)
63+ {
64
65=== renamed file 'debian/patches/ftbfs-drop-gtknotebookpage.patch' => 'debian/patches/ftbfs-drop-gtknotebookpage.patch.moved'

Subscribers

People subscribed via source and target branches

to all changes: