Merge lp:~dobey/ubuntu/raring/gtk-doc/fix-type-init into lp:ubuntu/raring/gtk-doc

Proposed by dobey
Status: Merged
Merged at revision: 24
Proposed branch: lp:~dobey/ubuntu/raring/gtk-doc/fix-type-init
Merge into: lp:ubuntu/raring/gtk-doc
Diff against target: 69 lines (+28/-2)
5 files modified
debian/changelog (+9/-0)
debian/control (+1/-1)
debian/control.in (+1/-1)
debian/patches/01_type_init.patch (+16/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~dobey/ubuntu/raring/gtk-doc/fix-type-init
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+144605@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) :
review: Approve

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 2012-03-19 07:23:56 +0000
3+++ debian/changelog 2013-01-23 23:25:27 +0000
4@@ -1,3 +1,12 @@
5+gtk-doc (1.18-2ubuntu2) raring; urgency=low
6+
7+ * debian/patches/01_type_init.patch:
8+ - Generate code to deal with g_type_init being deprecated. (LP: #1103744)
9+ * debian/control.in:
10+ - Update standards version to 3.9.4.
11+
12+ -- Rodney Dawes <rodney.dawes@ubuntu.com> Wed, 23 Jan 2013 18:15:32 -0500
13+
14 gtk-doc (1.18-2ubuntu1) precise; urgency=low
15
16 * Merge with Debian unstable. Remaining Ubuntu changes:
17
18=== modified file 'debian/control'
19--- debian/control 2012-03-19 07:23:56 +0000
20+++ debian/control 2013-01-23 23:25:27 +0000
21@@ -9,7 +9,7 @@
22 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
23 XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
24 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>
25-Standards-Version: 3.9.3
26+Standards-Version: 3.9.4
27 Build-Depends: cdbs,
28 debhelper (>= 8),
29 gnome-pkg-tools (>= 0.10),
30
31=== modified file 'debian/control.in'
32--- debian/control.in 2012-03-19 07:23:56 +0000
33+++ debian/control.in 2013-01-23 23:25:27 +0000
34@@ -4,7 +4,7 @@
35 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
36 XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
37 Uploaders: @GNOME_TEAM@
38-Standards-Version: 3.9.3
39+Standards-Version: 3.9.4
40 Build-Depends: cdbs,
41 debhelper (>= 8),
42 gnome-pkg-tools (>= 0.10),
43
44=== added file 'debian/patches/01_type_init.patch'
45--- debian/patches/01_type_init.patch 1970-01-01 00:00:00 +0000
46+++ debian/patches/01_type_init.patch 2013-01-23 23:25:27 +0000
47@@ -0,0 +1,16 @@
48+=== modified file 'gtkdoc-scangobj.in'
49+--- old/gtkdoc-scangobj.in 2012-03-19 07:23:56 +0000
50++++ new/gtkdoc-scangobj.in 2013-01-23 23:07:13 +0000
51+@@ -38,7 +38,10 @@ my $OUTPUT_DIR;
52+ my $VERBOSE;
53+ my $PRINT_VERSION;
54+ my $PRINT_HELP;
55+-my $TYPE_INIT_FUNC="g_type_init(); g_type_class_ref(G_TYPE_OBJECT)";
56++my $TYPE_INIT_FUNC="#ifndef GLIB_VERSION_2_36
57++ g_type_init();
58++#endif
59++ g_type_class_ref(G_TYPE_OBJECT)";
60+ my $QUERY_CHILD_PROPERTIES;
61+
62+ # --nogtkinit is deprecated, as it is the default now anyway.
63+
64
65=== modified file 'debian/patches/series'
66--- debian/patches/series 2012-03-19 07:23:56 +0000
67+++ debian/patches/series 2013-01-23 23:25:27 +0000
68@@ -0,0 +1,1 @@
69+01_type_init.patch

Subscribers

People subscribed via source and target branches

to all changes: