Merge lp:~gilir/policykit-1-gnome/fix-789333 into lp:~ubuntu-desktop/policykit-1-gnome/ubuntu

Proposed by Julien Lavergne
Status: Merged
Merged at revision: 18
Proposed branch: lp:~gilir/policykit-1-gnome/fix-789333
Merge into: lp:~ubuntu-desktop/policykit-1-gnome/ubuntu
Diff against target: 39 lines (+8/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
debian/rules (+0/-1)
To merge this branch: bzr merge lp:~gilir/policykit-1-gnome/fix-789333
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+72176@code.launchpad.net

Description of the change

Fix for bug 789333, see the bug report details.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

There are a bunch of GTK3 reverse depends: gnome-session, gnome-control-center, jockey-gtk. I know that the latter only talks to the daemon through D-BUS, and I suppose the other two do as well, I'll test these before merging.

Revision history for this message
Martin Pitt (pitti) wrote :

Works fine, thanks for fixing this!

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 2011-07-20 15:24:45 +0000
3+++ debian/changelog 2011-08-19 12:17:39 +0000
4@@ -1,3 +1,10 @@
5+policykit-1-gnome (0.101-2ubuntu5) UNRELEASED; urgency=low
6+
7+ * debian/control, debian/rules: Build against GTK2, all reverse-depends still
8+ use GTK2 (LP: #789333).
9+
10+ -- Julien Lavergne <gilir@ubuntu.com> Thu, 18 Aug 2011 20:22:40 +0200
11+
12 policykit-1-gnome (0.101-2ubuntu4) oneiric; urgency=low
13
14 * debian/polkit-gnome-authentication-agent-1.desktop:
15
16=== modified file 'debian/control'
17--- debian/control 2011-05-16 13:15:25 +0000
18+++ debian/control 2011-08-19 12:17:39 +0000
19@@ -9,7 +9,7 @@
20 pkg-config,
21 dh-autoreconf,
22 libdbus-glib-1-dev (>= 0.71),
23- libgtk-3-dev,
24+ libgtk2.0-dev (>= 2.17.1),
25 libpolkit-agent-1-dev (>= 0.97),
26 libpolkit-gobject-1-dev (>= 0.97),
27 gtk-doc-tools (>= 1.3)
28
29=== modified file 'debian/rules'
30--- debian/rules 2011-05-16 14:46:12 +0000
31+++ debian/rules 2011-08-19 12:17:39 +0000
32@@ -9,7 +9,6 @@
33 dh_auto_configure -- \
34 --disable-examples \
35 --enable-gtk-doc \
36- --with-gtk=3.0 \
37 --disable-introspection
38
39 override_dh_auto_test:

Subscribers

People subscribed via source and target branches