Merge lp:~matttbe/indicator-applet/ubuntu_0.5.0-0ubuntu3 into lp:~ubuntu-desktop/indicator-applet/ubuntu

Proposed by Matthieu Baerts
Status: Merged
Merged at revision: 299
Proposed branch: lp:~matttbe/indicator-applet/ubuntu_0.5.0-0ubuntu3
Merge into: lp:~ubuntu-desktop/indicator-applet/ubuntu
Diff against target: 74 lines (+34/-2)
5 files modified
debian/changelog (+11/-0)
debian/control (+3/-2)
debian/patches/01-fixed_compilation_error_with_glib_2.33.patch (+18/-0)
debian/patches/series (+1/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~matttbe/indicator-applet/ubuntu_0.5.0-0ubuntu3
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+114766@code.launchpad.net

Description of the change

Hello,

This is just a patch to fix a compilation error if GLib 2.33 is used (e.g. in Quantal).

Regards,

Matt

@Sebastien Bacher: sorry for the error with the previous version, I only tested the new version of the apport hook and I didn't try to rebuild the package...

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-07-12 19:37:45 +0000
+++ debian/changelog 2012-07-13 01:03:20 +0000
@@ -1,3 +1,14 @@
1indicator-applet (0.5.0-0ubuntu3) quantal; urgency=low
2
3 * debian/patches/01-fixed_compilation_error_with_glib_2.33.patch:
4 - Fixed a compilation error if GLib 2.33 is used.
5 * debian/control and debian/rules:
6 - Added Quilt needed for the new patch.
7 * debian/control:
8 - Bump Standards-Version
9
10 -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Fri, 13 Jul 2012 02:08:33 +0200
11
1indicator-applet (0.5.0-0ubuntu2) quantal; urgency=low12indicator-applet (0.5.0-0ubuntu2) quantal; urgency=low
213
3 * debian/source_indicator-applet.py:14 * debian/source_indicator-applet.py:
415
=== modified file 'debian/control'
--- debian/control 2012-07-12 19:37:45 +0000
+++ debian/control 2012-07-13 01:03:20 +0000
@@ -13,8 +13,9 @@
13 gtk-doc-tools,13 gtk-doc-tools,
14 libindicator3-dev,14 libindicator3-dev,
15 dh-autoreconf,15 dh-autoreconf,
16 libx11-dev16 libx11-dev,
17Standards-Version: 3.9.117 quilt
18Standards-Version: 3.9.3
18Homepage: https://launchpad.net/indicator-applet19Homepage: https://launchpad.net/indicator-applet
19Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-applet/ubuntu20Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-applet/ubuntu
20Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/indicator-applet/ubuntu21Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/indicator-applet/ubuntu
2122
=== added file 'debian/patches/01-fixed_compilation_error_with_glib_2.33.patch'
--- debian/patches/01-fixed_compilation_error_with_glib_2.33.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01-fixed_compilation_error_with_glib_2.33.patch 2012-07-13 01:03:20 +0000
@@ -0,0 +1,18 @@
1From: Matthieu Baerts <matttbe@gmail.com>
2Subject: Fixed a compilation error with GLib 2.33
3Bug: https://code.launchpad.net/~matttbe/indicator-applet/glib_error/+merge/114763
4Forwarded: yes
5
6Index: indicator-applet_ubuntu-desktop/src/tomboykeybinder.h
7===================================================================
8--- indicator-applet_ubuntu-desktop.orig/src/tomboykeybinder.h 2012-07-13 00:21:42.782048000 +0200
9+++ indicator-applet_ubuntu-desktop/src/tomboykeybinder.h 2012-07-13 02:02:01.221440930 +0200
10@@ -18,7 +18,7 @@
11 #ifndef __TOMBOY_KEY_BINDER_H__
12 #define __TOMBOY_KEY_BINDER_H__
13
14-#include <glib/gtypes.h>
15+#include <glib.h>
16
17 G_BEGIN_DECLS
18
019
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2012-07-13 01:03:20 +0000
@@ -0,0 +1,1 @@
101-fixed_compilation_error_with_glib_2.33.patch
02
=== modified file 'debian/rules'
--- debian/rules 2012-02-08 15:47:19 +0000
+++ debian/rules 2012-07-13 01:03:20 +0000
@@ -1,5 +1,6 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3include /usr/share/cdbs/1/rules/patchsys-quilt.mk
3include /usr/share/cdbs/1/rules/autoreconf.mk4include /usr/share/cdbs/1/rules/autoreconf.mk
4include /usr/share/cdbs/1/rules/debhelper.mk5include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/gnome.mk6include /usr/share/cdbs/1/class/gnome.mk

Subscribers

People subscribed via source and target branches