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