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
=== modified file 'debian/changelog'
--- debian/changelog 2012-03-19 07:23:56 +0000
+++ debian/changelog 2013-01-23 23:25:27 +0000
@@ -1,3 +1,12 @@
1gtk-doc (1.18-2ubuntu2) raring; urgency=low
2
3 * debian/patches/01_type_init.patch:
4 - Generate code to deal with g_type_init being deprecated. (LP: #1103744)
5 * debian/control.in:
6 - Update standards version to 3.9.4.
7
8 -- Rodney Dawes <rodney.dawes@ubuntu.com> Wed, 23 Jan 2013 18:15:32 -0500
9
1gtk-doc (1.18-2ubuntu1) precise; urgency=low10gtk-doc (1.18-2ubuntu1) precise; urgency=low
211
3 * Merge with Debian unstable. Remaining Ubuntu changes:12 * Merge with Debian unstable. Remaining Ubuntu changes:
413
=== modified file 'debian/control'
--- debian/control 2012-03-19 07:23:56 +0000
+++ debian/control 2013-01-23 23:25:27 +0000
@@ -9,7 +9,7 @@
9Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>9Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>10XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
11Uploaders: 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>11Uploaders: 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>
12Standards-Version: 3.9.312Standards-Version: 3.9.4
13Build-Depends: cdbs,13Build-Depends: cdbs,
14 debhelper (>= 8),14 debhelper (>= 8),
15 gnome-pkg-tools (>= 0.10),15 gnome-pkg-tools (>= 0.10),
1616
=== modified file 'debian/control.in'
--- debian/control.in 2012-03-19 07:23:56 +0000
+++ debian/control.in 2013-01-23 23:25:27 +0000
@@ -4,7 +4,7 @@
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>5XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
6Uploaders: @GNOME_TEAM@6Uploaders: @GNOME_TEAM@
7Standards-Version: 3.9.37Standards-Version: 3.9.4
8Build-Depends: cdbs,8Build-Depends: cdbs,
9 debhelper (>= 8),9 debhelper (>= 8),
10 gnome-pkg-tools (>= 0.10),10 gnome-pkg-tools (>= 0.10),
1111
=== added file 'debian/patches/01_type_init.patch'
--- debian/patches/01_type_init.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01_type_init.patch 2013-01-23 23:25:27 +0000
@@ -0,0 +1,16 @@
1=== modified file 'gtkdoc-scangobj.in'
2--- old/gtkdoc-scangobj.in 2012-03-19 07:23:56 +0000
3+++ new/gtkdoc-scangobj.in 2013-01-23 23:07:13 +0000
4@@ -38,7 +38,10 @@ my $OUTPUT_DIR;
5 my $VERBOSE;
6 my $PRINT_VERSION;
7 my $PRINT_HELP;
8-my $TYPE_INIT_FUNC="g_type_init(); g_type_class_ref(G_TYPE_OBJECT)";
9+my $TYPE_INIT_FUNC="#ifndef GLIB_VERSION_2_36
10+ g_type_init();
11+#endif
12+ g_type_class_ref(G_TYPE_OBJECT)";
13 my $QUERY_CHILD_PROPERTIES;
14
15 # --nogtkinit is deprecated, as it is the default now anyway.
16
017
=== modified file 'debian/patches/series'
--- debian/patches/series 2012-03-19 07:23:56 +0000
+++ debian/patches/series 2013-01-23 23:25:27 +0000
@@ -0,0 +1,1 @@
101_type_init.patch

Subscribers

People subscribed via source and target branches

to all changes: